API Reference / anyOf · function
Function: anyOf()
function anyOf(...preds): Predicate;
True where any predicate is true (interval union).
Parameters
| Parameter | Type |
|---|---|
...preds | Predicate[] |
function anyOf(...preds): Predicate;
True where any predicate is true (interval union).
| Parameter | Type |
|---|---|
...preds | Predicate[] |