UNPKG

@rimbu/core

Version:

Immutable collections and tools for TypeScript

7 lines 442 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.ArrowValuedGraphHashed; } }); Object.defineProperty(exports, "Sorted", { enumerable: true, get: function () { return graph_1.ArrowValuedGraphSorted; } }); //# sourceMappingURL=arrow.cjs.map