UNPKG

@typed/content-hash

Version:

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

4 lines 252 B
import { DiGraph } from './DiGraph'; import { DependentMap } from './toDependentGraph'; export declare function getDependents<A>(vertice: A, graph: DiGraph<A>, dependents?: DependentMap<A>): ReadonlyArray<A>; //# sourceMappingURL=getDependents.d.ts.map