is-no-odd

0.4.0 • Public • Published

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.

Package Sidebar

Install

npm i is-no-odd

Weekly Downloads

1

Version

0.4.0

License

MIT

Unpacked Size

2.8 kB

Total Files

4

Last publish

Collaborators

  • gggchaseggg