ship-gis/node_modules/@rtsao/scc/index.d.ts
2026-01-22 09:14:01 +09:00

2 lines
72 B
TypeScript

export default function tarjan<T>(graph: Map<T, Set<T>>): Array<Set<T>>