wasm-rdp/filegateway/polyfill.js

2 lines
85 B
JavaScript

BigInt.prototype.toJSON = function () { return this.toString() };
module.exports = {}