UNPKG

peowly-commands

Version:

Helper for handling commands with peowly

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