7ad2aa66bb
Co-authored-by: tbarnes94 <tbarnes94@users.noreply.github.com>
1 line
67 B
TypeScript
1 line
67 B
TypeScript
export declare function levenshtein(a: string, b: string): number;
|