argparse-ts
Version:
Modern CLI arguments parser for node.js
4 lines • 472 B
JavaScript
import { ArgsParser, ParsedArgumentsCollection, Router, } from "./classes";
import { ArgsParserException, ArgsParserError, ArgumentConfigError, ArgumentNameError, ArgumentValueError, StopException, isExceptionInstanceOf, } from "./exceptions";
export { ArgsParser, ParsedArgumentsCollection, Router, ArgsParserException, ArgsParserError, ArgumentConfigError, ArgumentNameError, ArgumentValueError, StopException, isExceptionInstanceOf, };
//# sourceMappingURL=index.js.map