feat(graph): implement fromSpecs, addOperation, addTypedEdge, buildTypeEdges
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export * from "./error/index.js";
|
||||
|
||||
export { FlowGraph, type FlowGraphOptions } from "./graph/index.js";
|
||||
export { FlowGraph, buildTypeEdges, type FlowGraphOptions, type OperationSpec } from "./graph/index.js";
|
||||
Reference in New Issue
Block a user