UNPKG

mermaid

Version:

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

6 lines (5 loc) 192 B
import type { Graph, Layering } from './helpers.js'; export declare function makeProperLayering(layering: Layering, gAcyclic: Graph): { layering: Layering; graphWithDummies: Graph; };