UNPKG

is-not-eight

Version:

Checks if a number is not equal to 8

34 lines (24 loc) 429 B
# is-not-eight NPM package for checking if a number is not equal to 8. ## Installation ``` bash $ npm install is-not-eight ``` ## Usage ``` js 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 ```shell npm test ``` ## License [WTFPL](http://www.wtfpl.net/txt/copying/)