Skip to content

Function: isSimpleLookup()

isSimpleLookup(token): token is "startswith" | "contains" | "icontains" | "gt" | "gte" | "lt" | "lte" | "in" | "nin" | "exists" | "isnull" | "range"

Defined in: src/query/lookup-registry.ts:25

Parameters

token

string

Returns

token is "startswith" | "contains" | "icontains" | "gt" | "gte" | "lt" | "lte" | "in" | "nin" | "exists" | "isnull" | "range"

Released under the MIT License.