mira-consciousness
Version:
Memory & Intelligence Retention Archive - Preserving The Spark
7 lines • 437 B
TypeScript
export declare function formatCodeQuality(score: number): string;
export declare function formatComplexity(score: number): string;
export declare function formatFileSize(bytes: number): string;
export declare function formatDuration(ms: number): string;
export declare function formatMemoryUsage(mb: number): string;
export declare function formatPercentage(value: number, total: number): string;
//# sourceMappingURL=formatting.d.ts.map