Skip to content

chuuuuu/is-two

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Is Two

This is an efficient package help you determine if a number is two or not!

Install

npm install --save is-two

Usage

import { isTwo } from "is-two";
console.log(isTwo(1)); // false
console.log(isTwo(2)); // true

About

This is my first npm package!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published