Namespace: Levenshtein
A simple scorer that uses the Levenshtein distance to compare two strings.
Functions
partial
▸ partial<T
>(args
): Scorer
<string
, Omit
<{}, T
> & Partial
<Pick
<{}, T
>>>
Type parameters
Name | Type |
---|---|
T | extends never |
Parameters
Name | Type |
---|---|
args | { [K in never]: Object[K] } |
Returns
Scorer
<string
, Omit
<{}, T
> & Partial
<Pick
<{}, T
>>>