UNPKG

256 BJavaScriptView Raw
1import commander from './index.js';
2
3// wrapper to provide named exports for ESM.
4export const {
5 program,
6 createCommand,
7 createArgument,
8 createOption,
9 CommanderError,
10 InvalidArgumentError,
11 Command,
12 Argument,
13 Option,
14 Help
15} = commander;