android-wrapper/@capacitor/cli/node_modules/commander/esm.mjs

17 lines
310 B
JavaScript
Raw Normal View History

2025-06-18 18:50:46 +02:00
import commander from './index.js';
// wrapper to provide named exports for ESM.
export const {
program,
createCommand,
createArgument,
createOption,
CommanderError,
InvalidArgumentError,
InvalidOptionArgumentError, // deprecated old name
Command,
Argument,
Option,
2025-07-06 20:20:48 +02:00
Help,
2025-06-18 18:50:46 +02:00
} = commander;