npm.io
0.4.0 • Published 3 years ago

is-no-odd

Licence
MIT
Version
0.4.0
Deps
0
Size
3 kB
Vulns
0
Weekly
0
Stars
1

is-no-odd NPM version NPM monthly downloads NPM total downloads

Package determines that the number is no odd

Install

Install with npm:

$ npm install is-no-odd

Usage

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')) //=> true

Contributing

I will be glad if you have suggestions for improving the package

License

Released under the MIT License.

Keywords