ship-gis/node_modules/@rtsao/scc/index.js.flow

6 lines
116 B
Plaintext
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
// @flow
declare function tarjan<T>(graph: Map<T, Set<T>>): Array<Set<T>>;
declare module.exports: typeof tarjan;