isExpressionLike

Function: isExpressionLike()

ts
function isExpressionLike(value): boolean;
function isExpressionLike(value): boolean;

Defined in: packages/db/src/query/ir.ts:139

Runtime helper to detect IR expression-like objects. Prefer this over ad-hoc local implementations to keep behavior consistent.

Parameters

value

any

Returns

boolean

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.