tyneq / tyneqQueryNode
Variable: tyneqQueryNode
consttyneqQueryNode: uniquesymbol
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