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) 69 B
export declare const isEmail: (email: string) => string | undefined;