supportUtil.js 74 B

123
  1. export function supportBigInt() {
  2. return typeof BigInt === 'function';
  3. }