UNPKG

@jk-core/components

Version:
5 lines (4 loc) 131 B
export declare const formatFileSize: (bytes: number, unit?: "KB" | "MB" | "GB" | "TB") => { size: number; unit: string; };