stablelib
stablelib copied to clipboard
[cbor] Support native JavaScript types bigint and symbol.
It would be nice if the native JavaScript type bigint would be supported and encoded as a PositiveBigNum/NegativeBigNum, and the type symbol could probably just be handled as a string? Though that symbol handling would not be round trip safe. But the bigint support would be good and unambiguous!