Skip to content

not(key): Predicate

Defined in: src/query/predicate.ts:138

Creates a not predicate

string

The key to compare

Predicate

The not predicate

const predicate = not("name")
// result = { type: "not", key: "name", value: "" }