UNPKG

@rimbu/proximity

Version:

Immutable ProximityMap implementation for TypeScript

17 lines 693 B
"use strict"; /** * @packageDocumentation * * The `@rimbu/proximity` package provides implementations of `ProximityMap`.<br/> * <br/> * See the [Rimbu docs Map page](/docs/collections/map) for more information. * <br/> * This is a convenience package that exports everything from the following sub-packages:<br/> * - [`@rimbu/proximity/common`](./common)<br/> * - [`@rimbu/proximity/map`](/api/rimbu/proximity/map)<br/> */ Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); tslib_1.__exportStar(require("@rimbu/proximity/common"), exports); tslib_1.__exportStar(require("@rimbu/proximity/map"), exports); //# sourceMappingURL=index.cjs.map