UNPKG

@rimbu/graph

Version:

Immutable Graph data structures for TypeScript

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