UNPKG

@rimbu/proximity

Version:

Immutable ProximityMap implementation for TypeScript

16 lines 792 B
"use strict"; /** * @packageDocumentation * * The `@rimbu/proximity/map-custom` entry exposes internal builders, contexts and * implementations for `ProximityMap`, allowing advanced users to tailor proximity * behaviour and backing maps beyond the defaults exported from `@rimbu/proximity`.<br/> * Prefer the high‑level `@rimbu/proximity` and `@rimbu/proximity/map` APIs for normal * nearest‑neighbour map use; this entry is aimed at custom integration scenarios. */ Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); tslib_1.__exportStar(require("./implementation/index.cjs"), exports); tslib_1.__exportStar(require("./builder.cjs"), exports); tslib_1.__exportStar(require("./context.cjs"), exports); //# sourceMappingURL=index.cjs.map