pbf
pbf copied to clipboard
Support BigInts for 64-bit numbers above 2 ** 53
Numbers >= 2 ** 53 aren't accurate integers in JS. This is why we have BigInts to handle values larger than this. But this library doesn't utilize them at all
I made a pull request for this (#115) a couple of years ago.