UNPKG

78 BJavaScriptView Raw
1const hasBigInt = () => typeof BigInt === "function";
2export {
3 hasBigInt
4};