"use strict"; /** * @packageDocumentation * * The `@rimbu/proximity` package provides implementations of `ProximityMap`.
*
* See the [Rimbu docs Map page](/docs/collections/map) for more information. *
* This is a convenience package that exports everything from the following sub-packages:
* - [`@rimbu/proximity/common`](./common)
* - [`@rimbu/proximity/map`](/api/rimbu/proximity/map)
*/ 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