UNPKG

@dagrejs/dagre

Version:

Graph layout for JavaScript

4 lines 206 B
import type { EdgeLabel, Graph, GraphLabel, NodeLabel } from "../types"; export default rank; declare function rank(graph: Graph<GraphLabel, NodeLabel, EdgeLabel>): void; //# sourceMappingURL=index.d.ts.map