0.4.0 • Published 8 months ago

is-no-odd v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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.

0.4.0

8 months ago

0.3.0

8 months ago

0.2.0

8 months ago

0.3.1

8 months ago

0.1.0

9 months ago