UNPKG

@nodesecure/utils

Version:
10 lines 232 B
/** * @param {!number} bytes * @returns {string} * * @example * formatBytes(10); // 10 B * formatBytes(3000); // 2.93 KB */ export declare function formatBytes(bytes: number): string; //# sourceMappingURL=formatBytes.d.ts.map