Files

2 lines
67 B
TypeScript
Raw Permalink Normal View History

2025-11-14 11:39:33 +08:00
export declare function levenshtein(a: string, b: string): number;