index.d.ts 116 B

12
  1. export function distance(a: string, b: string): number;
  2. export function closest(str: string, arr: string[]): string;