1.0.2 • Published 4 years ago
if-negitive v1.0.2
if-negitive
what is it
it is simlar is-even just that it does negitive numbers
install
npm install @[email protected]
How to use it
var ifeven = require('@[email protected]');
isnegitive(1); //false
isnegitive(2); //true
isnegitive(3); //false
// And so on