zhibo/archive/extras/live-streaming/client/node_modules/@rtsao/scc/index.js.flow

6 lines
116 B
Plaintext
Raw Normal View History

2025-12-15 11:21:21 +08:00
// @flow
declare function tarjan<T>(graph: Map<T, Set<T>>): Array<Set<T>>;
declare module.exports: typeof tarjan;