UNPKG

deep-email-validator-extended

Version:

Validates emails based on regex, common typos, disposable email blacklists, DNS records and SMTP server response.

2 lines (1 loc) 80 B
export declare const checkTypo: (email: string) => Promise<string | undefined>;