UNPKG

rabbit-ear

Version:
7 lines 216 B
export function disjointGraphsIndices(graph: FOLD): { vertices: number[]; edges: number[]; faces: number[]; }[]; export function disjointGraphs(graph: FOLD): FOLD[]; //# sourceMappingURL=disjoint.d.ts.map