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