Files
frontend/node_modules/@rc-component/mini-decimal/lib/supportUtil.js
2026-01-17 15:16:36 -05:00

9 lines
186 B
JavaScript

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