/is-six

Don't know whether a value is 6 or not?

Primary LanguageJavaScriptMIT LicenseMIT

Six Node.js CI

Don't know whether a value is six? This lib provides a simple solution for a hard problem

(not a meme)

Installation

npm:

$ npm i is-six

or using yarn:

$ yarn add is-six

How to use

import isSix from 'is-six';

console.log(isSix(5)); // false because obviously 5 isn't 6, but whatever