UNPKG

@junovy/bookstack-cli

Version:

A CLI for viewing, searching, importing, and exporting BookStack content.

10 lines 410 B
export declare function configureUi(opts: { color?: boolean; quiet?: boolean; }): void; export declare const c: any; export declare function createSpinner(text: string): any; export declare function createProgressBar(total: number, label?: string): any; export declare function formatBytes(n: number): string; export declare function formatDuration(ms: number): string; //# sourceMappingURL=ui.d.ts.map