UNPKG

383 BTypeScriptView Raw
1import { ParsedCliCommand } from './types';
2export declare const sentences: (str?: string) => string[];
3export declare const section: (str: string, content: string | string[], fn?: (s: string) => string) => string;
4export declare const buildUsageSection: (parsed: ParsedCliCommand<{}, {}>) => string;
5export declare const helpFormatter: (parsed: ParsedCliCommand<{}, {}>) => string;