NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/graphlib/lib/index.js

6 lines
123 B
JavaScript
Raw Normal View History

2023-09-14 14:47:11 +08:00
// Includes only the "core" of graphlib
module.exports = {
Graph: require("./graph"),
version: require("./version")
};