1.0.2 • Published 8 months ago
evenvalidator v1.0.2
To star use the library:
const variable name = require('evenvalidator');
if(variable name.isEven(your number)){ Execution of the condition if your number is even }
or
if(variable name.isOdd(your number)){ Execution of the condition if your number is odd }