Nick-Gabe / is37

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 100.0%