1.0.0 • Published 3 years ago

is-uneven v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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.