Skip to main content

orConditions

Function
This function is defined in the conditions module.

Signature

def orConditions(...conditions: ConditionProtocol[]) -> ConditionProtocol

Returns

Returns
ConditionProtocol
The result of the operation.

Uses

  • FunctionCondition
  • evaluate
  • OR
  • describe

Source

View on GitHub

src/conditions/index.ts at line 271