Current File : /home/exataengenharia/public_html/node_modules/fastest-levenshtein/mod.d.ts
declare const distance: (a: string, b: string) => number;
declare const closest: (str: string, arr: readonly string[]) => string;
export { closest, distance };