is-two
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i is-two

Weekly Downloads

1

Version

1.0.9

License

MIT

Unpacked Size

6.1 kB

Total Files

18

Last publish

Collaborators

  • chuuuuu