UNPKG

logsdx

Version:

<div align="center"><img alt="logsdx" width="300" src="https://github.com/user-attachments/assets/cc2a3b55-5bfd-44e8-a330-bfa146b50059" /></div>

5 lines (4 loc) 239 B
export declare function formatFileSize(bytes: number): string; export declare function formatNumber(num: number): string; export declare function fileExists(path: string): boolean; export declare function ensureDir(dirPath: string): void;