1.0.1 • Published 11 months ago

and-or-bool v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months 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

11 months ago

1.0.0

11 months ago