UNPKG

email-misspelled

Version:

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

10 lines (9 loc) 174 B
interface Sort { (a: { misspelledCount: number; }, b: { misspelledCount: number; }): number; } export declare const sortByCount: Sort; export {};