detect-typo.d.ts 105 B

1
  1. export declare function detectTypo(input: string, options: string[], threshold?: number): string | null;