Spaces:
Sleeping
Sleeping
File size: 274 Bytes
0865492 | 1 2 3 4 5 6 7 | /**
* 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 |