1.0.2 • Published 10 months ago

@rohandas28/issixtynine v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

is-sixty-nine

A simple NPM package to check if a number is equal to 69.

Installation

You can install this package via NPM:

npm i @rohandas28/issixtynine

Usage

After installation, you can use the package to check if a number is 69:

const isSixtyNine = require('issixtynine');

console.log(isSixtyNine(69));  // true
console.log(isSixtyNine(42));  // false

API

isSixtyNine(number)

  • Parameters: number - the number you want to check.
  • Returns: true if the number is 69, false otherwise.

Author

Rohan Das

License

This project is licensed under the MIT License.

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago