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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.4.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.4.0
    1
  • 0.3.1
    0
  • 0.3.0
    0
  • 0.2.0
    0
  • 0.1.0
    0

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