UNPKG

@typed/content-hash

Version:

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

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