Skip to content

npmaile/notNotOdd

 
 

not-not-odd

checks if a given number is not not odd

can also check if a number is not not even

Install

Install using npm:

$ npm install --save not-not-odd

Usage

const notNotOddNotNotEvenChecker = require('not-not-odd')

notNotOddNotNotEvenChecker.notNotOdd(1)   // => true
notNotOddNotNotEvenChecker.notNotOdd(69)  // => true
notNotOddNotNotEvenChecker.notNotOdd(42)   // => false
const notNotOddNotNotEvenChecker = require('not-not-odd')

notNotOddNotNotEvenChecker.notNotEven(1)  // => false
notNotOddNotNotEvenChecker.notNotEven(69) // => false
notNotOddNotNotEvenChecker.notNotEven(42)  // => true

Add what you feel necessary

https://discord.gg/EZW6bX5V

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published