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

Readme

Keywords

none

Package Sidebar

Install

npm i and-or-bool

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

4.03 kB

Total Files

4

Last publish

Collaborators

  • gryt123