@rohandas28/issixtynine
v1.0.2
Published
A simple package to check if a number is equal to 69.
Downloads
13
Readme
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 is69
,false
otherwise.
Author
Rohan Das
- GitHub: rohandas28
- Website: rohandas28.github.io
License
This project is licensed under the MIT License.