UNPKG

@donmccurdy/caporal

Version:

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

7 lines (6 loc) 183 B
/** * @packageDocumentation * @internal */ import type { Configurator } from "../types.js"; export declare function createConfigurator<T extends {}>(defaults: T): Configurator<T>;