UNPKG

clime

Version:

The command-line interface framework for TypeScript.

7 lines (6 loc) 296 B
export declare type TableRow = (string | undefined)[]; export declare function buildTableOutput(rows: TableRow[], {separators, indent}?: { separators?: string | string[]; indent?: string | number; }): string; export declare function indent(text: string, indent: number | string): string;