/**
 * @packageDocumentation
 *
 * The `@rimbu/proximity/common` package provides shared building blocks for proximity-based lookups.<br/>
 * <br/>
 * It defines the {@link Distance} and {@link DistanceFunction} types and utility functions
 * such as {@link findNearestKeyMatch}, which are used by `ProximityMap` and related types.
 */

export * from './distanceFunction.mjs';
export * from './keyMatching.mjs';
