Skip to content

malewicz1337/is-equals-666

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

is-equals-666

npm version npm downloads bundle size license GitHub issues GitHub last commit

A simple utility function to check if a number is equal to 666. Lightweight, efficient, and easy to use.

Installation

Install via npm:

npm install @malewicz1337/is-equals-666@1.0.1

Usage

const isEquals666 = require("is-equals-666");

console.log(isEquals666(666)); // true
console.log(isEquals666(42)); // false

API

isEquals666(num)

  • Parameters:
    • num (number): The number to be checked.
  • Returns:
    • boolean: true if num equals 666, otherwise false.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements.

Bugs and Issues

If you find any bugs or have issues, please report them at GitHub Issues

About

An enterprise-grade, scalable, and highly performant micro-library for validating numbers against the value 666.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors