UNPKG

graphs-adt

Version:

Graph data structure with path finding and traversing algorithms

5 lines (4 loc) 142 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var graph_1 = require("./graph"); exports.Graph = graph_1.Graph;