UNPKG

find-closest

Version:

Like Array.prototype.find, but for finding the closest match.

4 lines (3 loc) 191 B
import type { FinderNonOverloaded } from './types'; export declare const findClosestIndexRaw: FinderNonOverloaded<'index'>; export declare const findClosestRaw: FinderNonOverloaded<'value'>;