UNPKG
@dagrejs/graphlib
Version:
latest (2.2.4)
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.13
2.1.12
2.1.11
2.1.10
2.1.4
2.1.3
A directed and undirected multi-graph library
github.com/dagrejs/graphlib
dagrejs/graphlib
@dagrejs/graphlib
/
lib
/
index.js
6 lines
(5 loc)
•
123 B
JavaScript
View Raw
1
2
3
4
5
6
// Includes only the "core" of graphlib
module
.
exports
= {
Graph
:
require
(
"./graph"
),
version
:
require
(
"./version"
) };