This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

number-isodd

0.1.4 • Public • Published

number-isodd

NOTE: number-isodd was renamed to @extra-number/is-odd. NPM

Check if number is odd.

const isOdd = require('number-isodd');
// isOdd(<number>)
 
isOdd(23);
// true
isOdd(21.1);
// true
isOdd(32);
// false
isOdd(-2);
// false

Readme

Keywords

Package Sidebar

Install

npm i number-isodd

Weekly Downloads

13

Version

0.1.4

License

MIT

Unpacked Size

1.21 kB

Total Files

3

Last publish

Collaborators

  • wolfram77