Home > @infiniteobjects/core-library-web > Humanize > bytes
Convert bytes to a human readable string: 1337 → 1.34 kB
1337
1.34 kB
Signature:
static bytes(bytes: number): string;
Returns:
string