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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    1
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i is-twenty-two

Weekly Downloads

1

Version

1.0.3

License

WTFPL

Last publish

Collaborators

  • joshbalfour