UNPKG

@lumina-study/blocks-graph

Version:

Framework-agnostic Web Component for visualizing Lumina Study block schemas

3 lines 187 B
import type { GraphEdge } from '../types/graph-edge.js'; export declare function removeTransitiveEdges(edges: GraphEdge[]): GraphEdge[]; //# sourceMappingURL=transitive-reduction.d.ts.map