1.0.0 • Published 2 years ago

is-one-hundred-and-sixty-eight v1.0.0

Weekly downloads
-
License
HPL
Repository
github
Last release
2 years ago

is-one-hundred-and-sixty-eight

An extensive NPM package to check if a number is really 168.

Installation

It's magic.

npm install is-one-hundred-and-sixty-eight

Usage

You can use this pretty easily

const isTheNumberOneHundredAndSixtyEight = require("is-one-hundred-and-sixty-eight");
    
isTheNumberOneHundredAndSixtyEight(168);
// => true
    
isTheNumberOneHundredAndSixtyEight("168");
// => true
    
isTheNumberOneHundredAndSixtyEight(123);
// => false
    
isTheNumberOneHundredAndSixtyEight("a terrible number");
// => false
1.0.0

2 years ago