Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 516 Bytes

File metadata and controls

31 lines (17 loc) · 516 Bytes

ts-humanize v1.0.0


ts-humanize / bigIBytes

Function: 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.

Parameters

bytes

bigint

Returns

string

Example

bigIBytes(82854982000000n) // "75 TiB"