boolean-pro

1.0.0 • Public • Published

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!

Readme

Keywords

Package Sidebar

Install

npm i boolean-pro

Weekly Downloads

17

Version

1.0.0

License

MIT

Unpacked Size

2.61 kB

Total Files

5

Last publish

Collaborators

  • mrepol742
OSZAR »