UNPKG

@thi.ng/args

Version:

Declarative, functional CLI argument/options parser, value coercions, sub-commands etc.

11 lines 258 B
/** * Re-usable logo header for various thi.ng CLI tools. * * @param name * @param version * @param desc * * @internal */ export declare const THING_HEADER: (name: string, version: string, desc: string) => string; //# sourceMappingURL=header.d.ts.map