UNPKG

@rimbu/graph

Version:

Immutable Graph data structures for TypeScript

10 lines 445 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ArrowValuedGraph = void 0; var custom_1 = require("@rimbu/graph/custom"); exports.ArrowValuedGraph = Object.freeze({ createContext: function (options) { return Object.freeze(new custom_1.ValuedGraphContext(true, 'ArrowValuedGraph', options.linkMapContext, options.linkConnectionsContext)); }, }); //# sourceMappingURL=arrow-valued-graph.cjs.map