animate/webGl/my-threejs-test/node_modules/commander/esm.mjs

5 lines
202 B
JavaScript
Raw Normal View History

2024-06-24 09:24:00 +00:00
import commander from './index.js';
// wrapper to provide named exports for ESM.
export const { program, Option, Command, CommanderError, InvalidOptionArgumentError, Help, createCommand } = commander;