1.0.0 • Published 1 year ago
boolean-pro v1.0.0
boolean-pro
A npm pro package to get true and false values
Installation
You can install boolean-pro using npm:
npm i boolean-proUsage
const booleanPro = require('boolean-pro');
console.log(booleanPro.getTrue()); // true
console.log(booleanPro.getFalse()); // falseReturns
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
1 year ago