Skip to content

Commit 7c350ce

Browse files
committed
Stop exporting the generic argument
1 parent 77ec59e commit 7c350ce

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/index.js

-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ const camelCase = require("camelcase");
1212
const resolveCommand = require("./util/resolve-command.js");
1313

1414
const argTypes = require("./arguments");
15-
/**
16-
* @deprecated Access this with `parser.argTypes.generic` instead.
17-
*/
18-
module.exports.Argument = argTypes.generic;
1915
module.exports.argTypes = argTypes;
2016

2117
// Use this error when you want the user to be notified

0 commit comments

Comments
 (0)