is-no-odd
v0.4.0
Published
package determines that the number is no odd
Maintainers
Readme
is-no-odd

Package determines that the number is no odd
Install
Install with npm:
$ npm install is-no-oddUsage
import { isNoOdd } from 'is-no-odd'
console.log(isNoOdd(1)) //=> false
console.log(isNoOdd(2)) //=> true
console.log(isNoOdd('1')) //=> false
console.log(isNoOdd('2')) //=> trueContributing
I will be glad if you have suggestions for improving the package
License
Released under the MIT License.
