first commit
This commit is contained in:
9
frontend/node_modules/@rc-component/mini-decimal/lib/supportUtil.js
generated
vendored
Normal file
9
frontend/node_modules/@rc-component/mini-decimal/lib/supportUtil.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.supportBigInt = supportBigInt;
|
||||
function supportBigInt() {
|
||||
return typeof BigInt === 'function';
|
||||
}
|
||||
Reference in New Issue
Block a user