UNPKG

483 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.alg = exports.Graph = void 0;
4var graph_1 = require("./graph");
5Object.defineProperty(exports, "Graph", { enumerable: true, get: function () { return graph_1.Graph; } });
6const is_acyclic_1 = require("./alg/is-acyclic");
7const postorder_1 = require("./alg/postorder");
8exports.alg = {
9 isAcyclic: is_acyclic_1.isAcyclic,
10 postorder: postorder_1.postorder,
11};
12//# sourceMappingURL=index.js.map
\No newline at end of file