first commit
This commit is contained in:
5
app_vue/node_modules/memfs/lib/getBigInt.js
generated
vendored
Normal file
5
app_vue/node_modules/memfs/lib/getBigInt.js
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
if (typeof BigInt === 'function') exports.default = BigInt;
|
||||
else
|
||||
exports.default = function BigIntNotSupported() {
|
||||
throw new Error('BigInt is not supported in this environment.');
|
||||
};
|
Reference in New Issue
Block a user