UNPKG

@lanonasis/cli

Version:

LanOnasis Enterprise CLI - Memory as a Service, API Key Management, and Infrastructure Orchestration

7 lines (6 loc) 410 B
export declare function formatOutput(data: unknown, format?: string): void; export declare function formatBytes(bytes: number): string; export declare function truncateText(text: string, maxLength: number): string; export declare function formatDuration(ms: number): string; export declare function formatDate(date: string | Date): string; export declare function formatTableData(data: unknown[]): string[][];