Files
screeps-deploy-action/node_modules/commander/esm.mjs
Philipp Horstenkamp acfdeab164
Some checks failed
Lint / pre-commit Linting (push) Has been cancelled
npm install + git add -a
2025-12-16 01:08:09 +01:00

5 lines
202 B
JavaScript

import commander from './index.js';
// wrapper to provide named exports for ESM.
export const { program, Option, Command, CommanderError, InvalidOptionArgumentError, Help, createCommand } = commander;