Return true if the given number is uneven.
Install with npm:
$ npm install --save is-uneven
var isUneven = require('is-uneven');
isUneven(0);
//=> false
isUneven('1');
//=> true
isUneven(2);
//=> false
isUneven('3');
//=> true
Help with this big and important project is very appreciated. Feel free to create an issue if there is one, there is none.
ROBiMS
Copyright © 2021, github/ROBiMS. Released under the MIT License.