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) 87 B
export declare const checkDisposable: (domain: string) => Promise<string | undefined>;