Newer
Older
framework / node_modules / fastest-levenshtein / esm / mod.d.ts
@Tiago Leonardo Costa Dias Tiago Leonardo Costa Dias on 13 Mar 2024 193 bytes update
declare const distance: (a: string, b: string) => number;
declare const closest: (str: string, arr: readonly string[]) => string;
export { closest, distance };
//# sourceMappingURL=mod.d.ts.map