gcanti / io-ts

Runtime type system for IO decoding/encoding
https://gcanti.github.io/io-ts/
MIT License
6.68k stars 331 forks source link

feat: stringify bigint, addresses issue #648 #672

Closed jonball4 closed 1 year ago

jonball4 commented 1 year ago

Addresses https://github.com/gcanti/io-ts/issues/648 by adding a JSON.stringify replacer for bigint.

jonball4 commented 1 year ago

648