Files
pig-farm-controller-fe/node_modules/webpack-bundle-analyzer/node_modules/commander/esm.mjs

5 lines
202 B
JavaScript
Raw Normal View History

2025-09-19 14:25:20 +08:00
import commander from './index.js';
// wrapper to provide named exports for ESM.
export const { program, Option, Command, CommanderError, InvalidOptionArgumentError, Help, createCommand } = commander;