UNPKG

@typed/content-hash

Version:

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

4 lines 258 B
import { DiGraph } from './DiGraph'; import { DependencyMap } from './toDependencyMap'; export declare function getDescendants<A>(vertice: A, graph: DiGraph<A>, dependencyMap?: DependencyMap<A>): ReadonlyArray<A>; //# sourceMappingURL=getDescendants.d.ts.map