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;
|