# is-this-number-odd

This small package checks if the number is odd or not.

## Usage
<hr>
First let's install the package:


`npm i is-this-number-odd`
<br>
Now you can require it in your project and use:

`isOdd(x)`
<br>
Where `x` is any number. The function will return a boolean.
