long.js
long.js copied to clipboard
feat: 🎸 support bigint
Hi @dcodeIO, we're also interested in BigInt support because this library is a dependency of another library that we use. Ideally, we'd like to not need to fork either library for BigInt support.
Seems like https://github.com/dcodeIO/long.js/pull/128 (this PR) or https://github.com/dcodeIO/long.js/pull/108 (earlier PR) might be the solution.
Many thanks!