UNPKG

@donmccurdy/caporal

Version:

A full-featured framework for building command line applications (cli) with node.js

7 lines (6 loc) 170 B
/** * @packageDocumentation * @internal */ import { CommandCreator } from "../types.js"; export declare function importCommand(file: string): Promise<CommandCreator>;