@randlabs/msgpack-bigint
v1.0.3
Published
MsgPack library with BigInt support
Downloads
6
Readme
msgpack-bigint
A message-pack encoder/decoder library that supports ES2020 bigints.
Installation
npm install --save @randlabs/msgpack-bigint
License
Apache 2.0
Credits
We would like to mention and thanks https://github.com/kawanet/msgpack-lite because MsgPack code is based on some ideas from this project.