biguint-format

JSON →
library 1.0.2 ·javascript maintenance
verified Jun 4, 2026

An arbitrary length unsigned integer formatter library for Node.js (v1.0.2, last updated 2016). It converts Buffer, byte arrays, or hex strings to decimal, binary, hex, or octal strings without precision loss, unlike JavaScript's native Number.toString(). Features include endianness control, grouping, padding, and prefix options. Only maintained, not actively developed.