UNPKG

@typed/content-hash

Version:

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

5 lines 277 B
import { Eq } from 'fp-ts/Eq'; import { DiGraph } from './DiGraph'; export declare type DependentMap<A> = ReadonlyMap<A, ReadonlyArray<A>>; export declare function toDependentMap<A>(graph: DiGraph<A>, eq?: Eq<A>): DependentMap<A>; //# sourceMappingURL=toDependentGraph.d.ts.map