is-four-hundred-and-twenty

1.0.2 • Public • Published

is-four-hundred-and-twenty

Determine if a number has the value of 420 with this easy to use npm package.

Install

$ npm install --save is-four-hundred-and-twenty

Examples

var demo = require("is-four-hundred-and-twenty")

demo.isFourHundredAndTwenty("Gobbledy Gook")
//=> false
demo.isFourHundredAndTwenty(666)
//=> false
demo.isFourHundredAndTwenty(420)
//=> true

Package Sidebar

Install

npm i is-four-hundred-and-twenty

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

1.29 kB

Total Files

3

Last publish

Collaborators

  • maciej_krzysiak