UNPKG

swipe-email-validator

Version:

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

3 lines (2 loc) 163 B
import { OutputFormat } from '../output/output'; export declare const checkSMTP: (sender: string, recipient: string, exchange: string) => Promise<OutputFormat>;