frankps
Results
2
comments of
frankps
I have a question about this library: is it possible to use this library in order to parse & generate typescript code. Currently we're building an editor and we're using...
Had the same issue. All above was not working, but this worked (added to src/main.ts): (BigInt.prototype as any).toJSON = function () { return Number(this) }; or (if you want the...