UNPKG

not-even

Version:

checks if a number provided is not even

17 lines (10 loc) 251 B
# not-even Checks if the number provided is not even ```js const noteven = require('not-even'); noteven(3) // => true noteven(69) // => true noteven(4) // => false ``` that's it [Buy Me a Coffee!](https://www.buymeacoffee.com/packageflippers)