UNPKG

peowly-commands

Version:

Helper for handling commands with peowly

17 lines (15 loc) 282 B
export type { CliAlias, CliAliases, CliCommand, CliCommandRun, CliCommands, CliMeta, CliOptions, NormalizedPackageJsonLike, } from './lib/main-types.d.ts'; export { PeowlyCommandMissingError, PeowlyCommandOmittedError, peowlyCommands, } from './lib/main.js';