blob: b1b5ce7f7de951186c28949ea2980bdf6d4bfed4 [file] [log] [blame]
declare const distance: (a: string, b: string) => number;
declare const closest: (str: string, arr: readonly string[]) => string;
export { closest, distance };