Skip to content

lt(key, value): Predicate

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

Creates a less than predicate

string

The key to compare

The value to compare

string | number

Predicate

The less than predicate

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