A npm pro package to get true and false values
You can install boolean-pro
using npm:
npm i boolean-pro
const booleanPro = require('boolean-pro');
console.log(booleanPro.getTrue()); // true
console.log(booleanPro.getFalse()); // false
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.
Contributions are welcome! Please open an issue or submit a pull request for any improvements.
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!