loccon
Version:
A simple local context storage and management tool with CLI and web interfaces. Store, search, and organize code snippets, notes, and development contexts with sharded JSON storage.
8 lines • 504 B
TypeScript
export declare function formatTimestamp(isoString: string): string;
export declare function formatFileSize(bytes: number): string;
export declare function sleep(ms: number): Promise<void>;
export declare function isValidJSON(str: string): boolean;
export declare function truncateString(str: string, maxLength: number): string;
export declare function parseCategories(input: string): string[];
export declare function categoriesToString(categories: string[]): string;
//# sourceMappingURL=common.d.ts.map