2021-03-07 05:58:59 +01:00

6 lines
123 B
JavaScript

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