UNPKG

is-four-hundred-and-twenty

Version:
22 lines (16 loc) 415 B
# 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 ```