is-twenty-two
v1.0.3
Published
npm package for seeing if something is 22 or not
Downloads
57
Readme
is-twenty-two
An npm package to check if a number is equal to 22.
Installation
npm --save i is-twenty-two
Usage
const isTwentyTwo = require('is-twenty-two');
isTwentyTwo(22); // true
isTwentyTwo(20); // false
isTwentyTwo("22"); // true
isTwentyTwo("twenty-two"); // true
License
An invaluable module by Josh Balfour