boolean-pro
v1.0.0
Published
A npm pro package to get true and false values
Downloads
207
Readme
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!