is-eight

8.0.18 • Public • Published

is-eight

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

Installation

$ npm install is-eight

Usage

var eight = require('is-eight');
 
if(eight(8))
{
  console.log("It is eight indeed!");
}
else
{
  console.log("It is not eight. What a shame!");
}

Test

npm test

License

WTFPL

Package Sidebar

Install

npm i is-eight

Weekly Downloads

1

Version

8.0.18

License

WTFPL

Last publish

Collaborators

  • ua2004