is-not-eight

8.0.0 • Public • Published

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

WTFPL

Dependents (1)

Package Sidebar

Install

npm i is-not-eight

Weekly Downloads

1

Version

8.0.0

License

WTFPL

Last publish

Collaborators

  • ua2004