3 lines
68 B
JavaScript
3 lines
68 B
JavaScript
BigInt.prototype.toJSON = function () {
|
|
return this.toString()
|
|
} |