TreasureTrails/node_modules/graphmatch/dist/utils.d.ts

5 lines
203 B
TypeScript
Raw Normal View History

2026-03-18 09:02:21 -05:00
import type { Node } from './types.js';
declare const getNodeFlags: (node: Node) => string;
declare const getNodeSource: (node: Node, partial: boolean) => string;
export { getNodeFlags, getNodeSource };