MCPcopy Create free account
hub / github.com/TanStack/db / lt

Function lt

packages/db/src/query/builder/functions.ts:185–187  ·  view source on GitHub ↗
(left: any, right: any)

Source from the content-addressed store, hash-verified

183): BasicExpression<boolean>
184export function lt<T>(left: Aggregate<T>, right: any): BasicExpression<boolean>
185export function lt(left: any, right: any): BasicExpression<boolean> {
186 return new Func(`lt`, [toExpression(left), toExpression(right)])
187}
188
189export function lte<T>(
190 left: ComparisonOperand<T>,

Calls 1

toExpressionFunction · 0.85

Tested by

no test coverage detected