UNPKG

lgrthms

Version:

Algorithms and data structures for your JavaScript and TypeScript projects 🧑‍💻

2 lines (1 loc) 87 B
export declare function levenshteinDistance(string1: string, string2: string): number;