fd22b0bf58
V2 (Laravel re-make)
2 lines
116 B
TypeScript
2 lines
116 B
TypeScript
export function distance(a: string, b: string): number;
|
|
export function closest(str: string, arr: string[]): string; |