UNPKG

@rimbu/graph

Version:

Immutable Graph data structures for TypeScript

7 lines 296 B
import { GraphContext } from '@rimbu/graph/custom'; export const EdgeGraph = Object.freeze({ createContext(options) { return Object.freeze(new GraphContext(false, 'EdgeGraph', options.linkMapContext, options.linkConnectionsContext)); }, }); //# sourceMappingURL=edge-graph.mjs.map