UNPKG

@typed/content-hash

Version:

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

9 lines 475 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getCircularDependencies = void 0; const getStronglyConnectedComponents_1 = require("./getStronglyConnectedComponents"); function getCircularDependencies(graph) { return (0, getStronglyConnectedComponents_1.getStronglyConnectedComponents)(graph).filter((x) => x.length > 1); } exports.getCircularDependencies = getCircularDependencies; //# sourceMappingURL=getCircularDependencies.js.map