@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
9 lines • 310 B
TypeScript
/**
* NOTE: use {@link graph_compute_disconnected_clusters} instead where possible
* @param {{connections:Connection[]}[]} nodes
* @return {Array}
*/
export function computeDisconnectedSubGraphs(nodes: {
connections: Connection[];
}[]): any[];
//# sourceMappingURL=computeDisconnectedSubGraphs.d.ts.map