Files
terminal/web/node_modules/@rc-component/mini-decimal/es/supportUtil.js
T

3 lines
74 B
JavaScript

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