npm.io
1.0.0 • Published 5 years ago

is-uneven

Licence
MIT
Version
1.0.0
Deps
1
Size
1 kB
Vulns
0
Weekly
0
Stars
5

is-uneven

Return true if the given number is uneven.

Install

Install with npm:

$ npm install --save is-uneven

Usage

var isUneven = require('is-uneven');

isUneven(0);
//=> false
isUneven('1');
//=> true
isUneven(2);
//=> false
isUneven('3');
//=> true

About

Contributing

Help with this big and important project is very appreciated. Feel free to create an issue if there is one, there is none.

Author

ROBiMS

License

Copyright 2021, github/ROBiMS. Released under the MIT License.


Keywords