UNPKG

@thi.ng/dot

Version:

Graphviz document abstraction & serialization to DOT format

5 lines 325 B
import type { Edge, Graph, Node } from "./api.js"; export declare const serializeNode: (id: string, n: Partial<Node>) => string; export declare const serializeEdge: (e: Edge, directed?: boolean) => string; export declare const serializeGraph: (graph: Graph, isSub?: boolean) => string; //# sourceMappingURL=serialize.d.ts.map