We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527bde4 commit 7fe70a4Copy full SHA for 7fe70a4
packages/contracts/src/cli/input/index.ts
@@ -1,4 +1,6 @@
1
import Argument from "./Argument";
2
+import Option from "./Option";
3
export {
- type Argument
4
+ type Argument,
5
+ type Option
6
}
0 commit comments