Skip to content

therufa/is-six

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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