Files
lcbp3.np-dms.work/frontend/node_modules/@rtsao/scc/index.js.flow
2025-09-21 20:29:15 +07:00

6 lines
116 B
Plaintext
Executable File

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