/is-nine

NPM package for checking if a number is equal to 9

Primary LanguageJavaScriptDo What The F*ck You Want To Public LicenseWTFPL

is-nine

NPM package for checking if a number is equal to 9.

Installation

$ npm install is-nine

Usage

var nine = require('is-nine');

if(nine(9))
{
  console.log("It is nine indeed!");
}
else
{
  console.log("It is not nine. What a shame!");
}

Test

npm test

License

WTFPL