Matches an object with the conditions expressed in the query.
SyntaxError This exception is thrown when there was an error parsing the query.
GrammarError This exception is thrown when the sequence of expressions is invalid.
ObjectKeyNotFoundError This exception is thrown when the fields targetted in the query were not found in the given object.
The object to be validated
The expression of the conditions
if object matches the expression
Generated using TypeDoc
Matches an object with the conditions expressed in the query.
SyntaxError This exception is thrown when there was an error parsing the query.
GrammarError This exception is thrown when the sequence of expressions is invalid.
ObjectKeyNotFoundError This exception is thrown when the fields targetted in the query were not found in the given object.