UNPKG

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