UNPKG

@typed/content-hash

Version:

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

3 lines 165 B
import { DiGraph } from './DiGraph'; export declare function removeVertice<A>(vertice: A, graph: DiGraph<A>): DiGraph<A>; //# sourceMappingURL=removeVertice.d.ts.map