UNPKG

mermaid

Version:

Markdown-ish syntax for generating flowcharts, mindmaps, sequence diagrams, class diagrams, gantt charts, git graphs and more.

3 lines (2 loc) 154 B
import type { Edge, Node } from '../../../types.js'; export declare function anchorLabelsToPolyline(edges: Edge[], nodeByIdMap: Map<string, Node>): void;