UNPKG

56 BJavaScriptView Raw
1const isEven = (x) => x % 2 === 0;
2export {
3 isEven
4};