is-twenty-two

1.0.3 • Public • Published

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

/is-twenty-two/

    Package Sidebar

    Install

    npm i is-twenty-two

    Weekly Downloads

    0

    Version

    1.0.3

    License

    WTFPL

    Last publish

    Collaborators

    • joshbalfour