feeling-twenty-two
v1.0.4
Published
npm package for seeing if something feels 22 or not
Downloads
6
Readme
feeling-twenty-two
An npm package to check if a thing is feeling 22.
Installation
npm --save i feeling-twenty-two
Usage
const feelingTwentyTwo = require('feeling-twenty-two');
feelingTwentyTwo(22); // true
feelingTwentyTwo(20); // false
feelingTwentyTwo("https://www.youtube.com/watch?v=AgFeZr5ptV8"); // true
License
Yet another invaluable module by Josh Balfour