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

Function not

packages/db/src/query/builder/functions.ts:246–248  ·  view source on GitHub ↗
(value: ExpressionLike)

Source from the content-addressed store, hash-verified

244}
245
246export function not(value: ExpressionLike): BasicExpression<boolean> {
247 return new Func(`not`, [toExpression(value)])
248}
249
250// Null/undefined checking functions
251export function isUndefined(value: ExpressionLike): BasicExpression<boolean> {

Callers 2

Calls 1

toExpressionFunction · 0.85

Tested by

no test coverage detected