UNPKG

@tokens-studio/graph-engine

Version:

An execution engine to handle Token Studios generators and resolvers

10 lines 316 B
import type { Node } from '../programmatic/node.js'; /** * All nodes in the system available as an array */ export declare const nodes: (typeof Node)[]; /** * Nodes as a lookup map using the node type as the key */ export declare const nodeLookup: Record<string, typeof Node>; //# sourceMappingURL=index.d.ts.map