@xec-sh/cli
Version:
Xec: The Universal Shell for TypeScript
6 lines (5 loc) • 319 B
TypeScript
export declare function formatBytes(bytes: number): string;
export declare function formatRelativeTime(date: Date): string;
export declare function formatDuration(ms: number): string;
export declare function truncate(str: string, maxLength: number): string;
export declare function formatError(error: unknown): string;