@georgemiao/qbit.js
Version:
a qBittorrent library made with typescript
8 lines • 298 B
TypeScript
/**
* Format bytes or bytes per second to human readable format
* @param bytes Bytes to format
* @param speed Format as bytes per second, default false
* @returns formatted string
*/
export declare function prettySize(bytes: number, speed?: boolean): string;
//# sourceMappingURL=Util.d.ts.map