archieve-projects/微信机器人/node_modules/cmd-ts/dist/esm/index.d.ts

20 lines
656 B
TypeScript

/**
* The index module: the entrance to the world of cmd-ts 😎
*
* @packageDocumentation
*/
export { subcommands } from './subcommands';
export { Type, extendType } from './type';
export * from './types';
export { binary } from './binary';
export { command } from './command';
export { flag } from './flag';
export { option } from './option';
export { positional } from './positional';
export { dryRun, runSafely, run, Runner } from './runner';
export { restPositionals } from './restPositionals';
export { multiflag } from './multiflag';
export { multioption } from './multioption';
export { union } from './union';
export { oneOf } from './oneOf';