Files
video-gen/video-gen-admin/node_modules/@rc-component/mini-decimal/es/supportUtil.js
T
2026-05-25 17:08:18 +08:00

3 lines
74 B
JavaScript

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