Spaces:
Configuration error
Configuration error
File size: 202 Bytes
a053984 |
1 2 3 4 5 |
import commander from './index.js';
// wrapper to provide named exports for ESM.
export const { program, Option, Command, CommanderError, InvalidOptionArgumentError, Help, createCommand } = commander;
|