We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde3fdb commit 516fd25Copy full SHA for 516fd25
v-next/hardhat/src/internal/cli/main.ts
@@ -1,3 +1,4 @@
1
+import type { ParameterValue } from "@nomicfoundation/hardhat-core/types/common";
2
import type {
3
GlobalArguments,
4
GlobalParameter,
@@ -17,10 +18,7 @@ import {
17
18
buildGlobalParameterMap,
19
resolvePluginList,
20
} from "@nomicfoundation/hardhat-core";
-import {
21
- ParameterType,
22
- ParameterValue,
23
-} from "@nomicfoundation/hardhat-core/types/common";
+import { ParameterType } from "@nomicfoundation/hardhat-core/types/common";
24
import {
25
HardhatError,
26
assertHardhatInvariant,
0 commit comments