mirror of
https://github.com/abrendan/l00kup.git
synced 2025-06-16 20:55:04 +02:00
2 lines
67 B
TypeScript
2 lines
67 B
TypeScript
export declare function levenshtein(a: string, b: string): number;
|