ts-humanize / bigIBytes
bigIBytes(
bytes):string
Defined in: bytes/bigBytes.ts:85
Produces a human-readable representation of a large IEC size using BigInt.
See also: parseBigBytes.
bigint
string
bigIBytes(82854982000000n) // "75 TiB"ts-humanize / bigIBytes
bigIBytes(
bytes):string
Defined in: bytes/bigBytes.ts:85
Produces a human-readable representation of a large IEC size using BigInt.
See also: parseBigBytes.
bigint
string
bigIBytes(82854982000000n) // "75 TiB"