NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/graphlib/lib/index.js
2023-09-14 14:47:11 +08:00

6 lines
123 B
JavaScript

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