1.0.0 • Published 1 year ago

liberstar v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Liberstar

Liberstar is a simple module for checking various conditions in JavaScript.

Installation

You can install Liberstar via npm:

npm install liberstar

Usage

To use Liberstar in your JavaScript project, import it as follows:

const Liberstar = require('liberstar');

// Example usage
console.log(Liberstar.isPositiveNumber(42)); // true
console.log(Liberstar.isEven(5)); // false

Available Functions

  • isPositiveNumber(value): Checks if a given value is a positive number.
  • isEven(value): Checks if a given number is even.
  • isUpperCaseString(str): Checks if a given string is entirely in uppercase.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request on GitHub.

License

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

1.0.0

1 year ago