ts-humanize / iBytes
iBytes(
bytes):string
Defined in: bytes/bytes.ts:79
Produces a human-readable representation of an IEC size.
See also: parseBytes
number
string
iBytes(82854982) // "79 MiB"ts-humanize / iBytes
iBytes(
bytes):string
Defined in: bytes/bytes.ts:79
Produces a human-readable representation of an IEC size.
See also: parseBytes
number
string
iBytes(82854982) // "79 MiB"