UNPKG

42 BJavaScriptView Raw
1export const isEven = (x) => x % 2 === 0;