borc
borc copied to clipboard
Does the lib support collapsing Big Integers?
I want BigNumber integers and ECMAscript bigints to be encoded as normal integers, if they would fit.
https://github.com/hildjj/node-cbor/tree/main/packages/cbor has a collapseBigIntegers param to do this.
Is there anything like this in this lib?