Skip to content

tyneq


tyneq / tyneqQueryNode

Variable: tyneqQueryNode

const tyneqQueryNode: unique symbol

Defined in: src/types/queryplan.ts:14

Symbol key used to access the QueryPlanNode on a TyneqSequence.

Example

ts
import { tyneqQueryNode } from "tyneq";
const node = seq[tyneqQueryNode]; // QueryPlanNode | null