export type FuzzScorerFn = (str1: string, str2: string) => number; Copy
export type FuzzScorerFn = (str1: string, str2: string) => number;
Source