Current File : //proc/thread-self/root/kunden/usr/lib/node_modules/npm/node_modules/fastest-levenshtein/index.d.ts
export function distance(a: string, b: string): number;
export function closest(str: string, arr: string[]): string;