UNPKG

graphs-adt

Version:

Graph data structure with path finding and traversing algorithms

3 lines 111 B
import { Graph as G } from './graph'; export declare const Graph: typeof G; //# sourceMappingURL=index.d.ts.map