1.0.0 • Published 3 years ago
is-six v1.0.0
Six 
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-sixor using yarn:
$ yarn add is-sixHow to use
import isSix from 'is-six';
console.log(isSix(5)); // false because obviously 5 isn't 6, but whatever1.0.0
3 years ago