unis_crm/frontend1/node_modules/@rc-component/mini-decimal/es/supportUtil.js

3 lines
74 B
JavaScript

export function supportBigInt() {
return typeof BigInt === 'function';
}