UNPKG

52 BJavaScriptView Raw
1const isZero = (x) => x === 0;
2export {
3 isZero
4};