/is37

Helper lib that tells if the given number is 37 or not

Primary LanguageJavaScript

THIS IS NOT A JOKE OK

Installation

npm i is37

or

yarn add is37

Usage

import is37 from 'is37';

console.log(is37(36)); // false
console.log(is37(37)); // true