UNPKG

@typed/content-hash

Version:

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

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