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