# 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)
