8.0.0 • Published 9 years ago
is-not-eight v8.0.0
is-not-eight
NPM package for checking if a number is not equal to 8.
Installation
$ npm install is-not-eight
Usage
var notEight = require('is-not-eight');
if(notEight(8))
{
console.log("It is not eight. What a shame!");
}
else
{
console.log("It is eight indeed!");
}
Test
npm test
License
8.0.0
9 years ago