@typed/content-hash
Version:
Content hash a directory of HTML/JS/CSS files and other static assets
9 lines • 311 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.addEdge = void 0;
const DiGraph_1 = require("./DiGraph");
function addEdge(edge, graph) {
return (0, DiGraph_1.createDiGraph)([...graph.edges, edge], graph);
}
exports.addEdge = addEdge;
//# sourceMappingURL=addEdge.js.map