biguint-format
biguint-format copied to clipboard
Node.js module to format big uint numbers from a byte array or a Buffer
`new Buffer(...)` is a deprecated function in Node.js since v6.0 and most libraries now uses `Buffer.from(...)` instead. Since of a deprecated function, `new Buffer(...)` will emit an warning when the...
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
I currently use this in a TypeScript project and I would like to see native typings included in this package to make it easier to use with TypeScript. Are there...