1.0.2 • Published 3 years ago

is-four-hundred-and-twenty v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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