Innovenergy_trunk/frontend/node_modules/graphlib/lib/index.js

6 lines
123 B
JavaScript

// Includes only the "core" of graphlib
module.exports = {
Graph: require("./graph"),
version: require("./version")
};