Skip to content

ua2004/is-not-eight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

NPM package for checking if a number is not equal to 8

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published