and-or-bool

1.0.1 • Public • Published

and-or-bool

A utility package for executing boolean and/or.

How to use?

The package exposes two functions:

  • and(operand1, operand2); // Returns true if booleanAnd(operand1, operand2) is true
  • or(operand1, operand2); // Returns true if booleanOr(operand1, operand2) is true

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    1
  • 1.0.0
    0

Package Sidebar

Install

npm i and-or-bool

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

4.03 kB

Total Files

4

Last publish

Collaborators

  • gryt123