UNPKG

50 BJavaScriptView Raw
1const isNaN = (x) => x !== x;
2export {
3 isNaN
4};