Files
Online-library/node_modules/@rtsao/scc/index.js.flow
2025-05-05 17:26:53 +04:00

6 lines
116 B
Plaintext

// @flow
declare function tarjan<T>(graph: Map<T, Set<T>>): Array<Set<T>>;
declare module.exports: typeof tarjan;