clipanion
Version:
Type-safe CLI library / framework with no runtime dependencies
8 lines (7 loc) • 364 B
JavaScript
export { Array } from './Array.mjs';
export { Boolean } from './Boolean.mjs';
export { Counter } from './Counter.mjs';
export { Proxy } from './Proxy.mjs';
export { Rest } from './Rest.mjs';
export { String } from './String.mjs';
export { applyValidator, cleanValidationError, formatError, isOptionSymbol, makeCommandOption, rerouteArguments } from './utils.mjs';