UNPKG

@types/fast-levenshtein

Version:
6 lines (4 loc) 164 B
export interface LevenshteinOptions { useCollator?: boolean | undefined; } export function get(str1: string, str2: string, opts?: LevenshteinOptions): number;