Skip to content

joshbalfour/is-twenty-two

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

WTFPL

An invaluable module by Josh Balfour

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published