UNPKG

email-misspelled

Version:

Check misspell email's domain and return a list of matching domain suggestions

6 lines (5 loc) 220 B
import type { Result } from "./typings/index.js"; export interface LettersComparison { (ref: Result): boolean; } export declare const lettersComparison: (value?: string, misspelledMax?: number) => LettersComparison;