Files

3 lines
74 B
JavaScript
Raw Permalink Normal View History

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