1.0.0 • Published 9 months ago

boolean-pro v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

boolean-pro

A npm pro package to get true and false values

Installation

You can install boolean-pro using npm:

npm i boolean-pro

Usage

const booleanPro = require('boolean-pro');

console.log(booleanPro.getTrue());  // true
console.log(booleanPro.getFalse()); // false

Returns

The function returns an object with the following properties:

  • true: Boolean value indicating that its true.
  • false: Boolean value indicating that its false and not true.

Contributing

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

License

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

Feel free to customize it further to fit your style or any additional details you'd like to include!
1.0.0

9 months ago