kenqtade's picture
Use ken-q org namespace for project Spaces
0865492
Raw
History Blame Contribute Delete
274 Bytes
/**
* Format a byte count using SI units (multiples of 1000, e.g. `1.2 GB`).
*
* Negative or non-finite inputs are returned as `"<value> B"` without unit conversion.
*/
export declare function formatBytes(bytes: number): string;
//# sourceMappingURL=formatBytes.d.ts.map