UNPKG

@tokens-studio/graph-engine

Version:

An execution engine to handle Token Studios generators and resolvers

8 lines 254 B
import { Graph } from './graph.js'; import { Node } from '../programmatic/node.js'; export type Terminals = { input?: Node; output?: Node; }; export declare const findTerminals: (graph: Graph) => Terminals; //# sourceMappingURL=terminals.d.ts.map