Files
tryno10/app/code/node_modules/fastest-levenshtein/index.d.ts
T
2022-04-07 18:09:31 +05:30

2 lines
116 B
TypeScript

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