Framework
evaluateWhere()
Function: evaluateWhere()
function evaluateWhere<T>(record, where): booleanEvaluate a where clause against a record.
Type Parameters
| Type Parameter |
|---|
T extends Record<string, unknown> |
Parameters
| Parameter | Type | Description |
|---|---|---|
record | T | Record to test |
where | WhereClause<T> | Where clause |
Returns
boolean
True if record matches
