1.0.1 • Published 3 years ago

and-or-bool v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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
1.0.1

3 years ago

1.0.0

3 years ago