1.0.1 • Published 7 months ago

is-number-six v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

is-number-six

A npm package to see if a number is equal to 6.

Installation

To install the package, run:

npm i is-number-six

Usage

Import the package and use it in your JavaScript project:

const isSix = require('is-number-six');

console.log(isSix(6)); // true
console.log(isSix(5)); // false

Features

  • Returns true if the input is the number 6.
  • Returns false for all other numbers.
1.0.1

7 months ago

1.0.0

7 months ago