and-or-bool
v1.0.1
Published
Provides functions for boolean and and boolean or
Downloads
2
Readme
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