UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 215 B
/** * @template T * @param {Graph<T>} graph * @returns {T[][]} */ export function graph_compute_disconnected_clusters<T>(graph: Graph<T>): T[][]; //# sourceMappingURL=graph_compute_disconnected_clusters.d.ts.map