@rimbu/graph
Version:
Immutable Graph data structures for TypeScript
10 lines • 411 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EdgeGraph = void 0;
var custom_1 = require("@rimbu/graph/custom");
exports.EdgeGraph = Object.freeze({
createContext: function (options) {
return Object.freeze(new custom_1.GraphContext(false, 'EdgeGraph', options.linkMapContext, options.linkConnectionsContext));
},
});
//# sourceMappingURL=edge-graph.cjs.map