MCPcopy Index your code
hub / github.com/TanStack/db / lte

Function lte

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

Source from the content-addressed store, hash-verified

196): BasicExpression<boolean>
197export function lte<T>(left: Aggregate<T>, right: any): BasicExpression<boolean>
198export function lte(left: any, right: any): BasicExpression<boolean> {
199 return new Func(`lte`, [toExpression(left), toExpression(right)])
200}
201
202// Overloads for and() - support 2 or more arguments
203export function and(

Calls 1

toExpressionFunction · 0.85

Tested by

no test coverage detected