UNPKG

54 BJavaScriptView Raw
1const isOdd = (x) => x % 2 !== 0;
2export {
3 isOdd
4};