UNPKG

@huggingface/hub

Version:

Utilities to interact with the Hugging Face hub

7 lines 274 B
/** * 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