UNPKG

deep-email-validator

Version:

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

2 lines (1 loc) 119 B
export declare const checkTypo: (email: string, additionalTLDs?: string[] | undefined) => Promise<string | undefined>;