UNPKG

does-email-exist

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