blob: 08b6b7f58016f7fad8ca46b050e24709b0c246b9 [file] [log] [blame]
export declare function levenshtein(a: string, b: string): number;