not
not(
key):Predicate
Defined in: src/query/predicate.ts:138
Creates a not predicate
Parameters
Section titled “Parameters”string
The key to compare
Returns
Section titled “Returns”The not predicate
Example
Section titled “Example”const predicate = not("name")// result = { type: "not", key: "name", value: "" }