1.0.2 • Published 1 year ago
@rohandas28/issixtynine v1.0.2
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/issixtynineUsage
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)); // falseAPI
isSixtyNine(number)
- Parameters:
number- the number you want to check. - Returns:
trueif the number is69,falseotherwise.
Author
Rohan Das
- GitHub: rohandas28
- Website: rohandas28.github.io
License
This project is licensed under the MIT License.