UNPKG

@rimbu/core

Version:

Immutable collections and tools for TypeScript

7 lines 439 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Sorted = exports.Hashed = void 0; var graph_1 = require("@rimbu/graph"); Object.defineProperty(exports, "Hashed", { enumerable: true, get: function () { return graph_1.EdgeValuedGraphHashed; } }); Object.defineProperty(exports, "Sorted", { enumerable: true, get: function () { return graph_1.EdgeValuedGraphSorted; } }); //# sourceMappingURL=edge.cjs.map