blob: bdc2bb1cc32e0ab37fcfc2b84a7ecb62efb9597b [file] [edit]
export function distance(a: string, b: string): number;
export function closest(str: string, arr: string[]): string;