wasm-rdp/filegateway/polyfill.js

2 lines
85 B
JavaScript
Raw Normal View History

2024-05-04 07:29:35 +00:00
BigInt.prototype.toJSON = function () { return this.toString() };
module.exports = {}