the-forest/client/node_modules/@rtsao/scc/index.js.flow

6 lines
116 B
Plaintext
Raw Normal View History

2024-09-17 20:35:18 -04:00
// @flow
declare function tarjan<T>(graph: Map<T, Set<T>>): Array<Set<T>>;
declare module.exports: typeof tarjan;