hildjj / node-cbor

Encode and decode CBOR documents, with both easy mode, streaming mode, and SAX-style evented mode.
MIT License
357 stars 73 forks source link

Make bignumber.js optional #131

Closed hildjj closed 3 years ago

hildjj commented 3 years ago

Not everyone needs big decimal support. Now that we're counting on native BigInts being available, bignumber is pretty heavyweight for a relatively-fringe feature.

Steps:

hildjj commented 3 years ago

Version 7.0.0 has this.