UNPKG

123 BJavaScriptView Raw
1// Includes only the "core" of graphlib
2module.exports = {
3 Graph: require("./graph"),
4 version: require("./version")
5};