UNPKG

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