2025-01-15 19:42:35 +01:00

6 lines
123 B
JavaScript

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