The type of the returned matched object.
The type of the query object.
true iff size === 0
Find the k nearest elements.
The search target.
The maximum number of result to return.
The k nearest matches to target.
Find the k nearest elements.
The search target.
The maximum number of result to return.
The maximum distance to a match.
The k nearest matches to target within threshold.
Find the nearest element.
The search target.
The closest match to target, or undefined if the initial targets list was empty.
Find the nearest element.
The search target.
The maximum distance to a match.
The closest match to target within threshold, or undefined if no match is found.
The number of targets constructed with.
Generated using TypeDoc
A fuzzy matcher. The fuzziness it determined by the provided distance function.
FuzzyMatcher