is-this-number-odd
v1.0.0
Published
This is an useful package which check if the given number is odd or not.
Downloads
77
Readme
is-this-number-odd
This small package checks if the number is odd or not.
Usage
npm i is-this-number-odd
Now you can require it in your project and use:
isOdd(x)
Where x
is any number. The function will return a boolean.