2
1
Ответвление 0
ipdbot/node_modules/npm/node_modules/fastest-levenshtein/index.d.ts
2022-04-18 15:32:07 +02:00

2 строки
Без EOL
116 Б
TypeScript

export function distance(a: string, b: string): number;
export function closest(str: string, arr: string[]): string;