UNPKG

@donmccurdy/caporal

Version:

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

7 lines (6 loc) 131 B
/** * @packageDocumentation * @internal */ import type { Template } from "../types.js"; export declare const program: Template;