minishouyin/node_modules/@rc-component/mini-decimal/lib/supportUtil.js
2025-11-12 11:35:57 +08:00

9 lines
186 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.supportBigInt = supportBigInt;
function supportBigInt() {
return typeof BigInt === 'function';
}