A simple utility function to check if a number is equal to 666. Lightweight, efficient, and easy to use.
Install via npm:
npm install @malewicz1337/is-equals-666@1.0.1const isEquals666 = require("is-equals-666");
console.log(isEquals666(666)); // true
console.log(isEquals666(42)); // falseisEquals666(num)
- Parameters:
num(number): The number to be checked.
- Returns:
boolean:trueifnumequals666, otherwisefalse.
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! Please open an issue or submit a pull request for any improvements.
If you find any bugs or have issues, please report them at GitHub Issues