2 lines
85 B
JavaScript
2 lines
85 B
JavaScript
|
BigInt.prototype.toJSON = function () { return this.toString() };
|
||
|
module.exports = {}
|