UNPKG

70 BJavaScriptView Raw
1const isBigInt = (x) => typeof x === "bigint";
2export {
3 isBigInt
4};