UNPKG

@typed/content-hash

Version:

Content hash a directory of HTML/JS/CSS files and other static assets

4 lines 285 B
import { ReadonlyNonEmptyArray } from 'fp-ts/ReadonlyNonEmptyArray'; import { DiGraph } from './DiGraph'; export declare function getStronglyConnectedComponents<A>(graph: DiGraph<A>): ReadonlyArray<ReadonlyNonEmptyArray<A>>; //# sourceMappingURL=getStronglyConnectedComponents.d.ts.map