UNPKG

email-validator-ultimate

Version:

Advanced email validator ultimate library for Node.js. Includes format checks, MX records, SMTP inbox validation, disposable email detection, and quality scoring. email validation email validator

3 lines (2 loc) 146 B
export declare function hasMXRecord(domain: string): Promise<boolean>; export declare function getMxHost(domain: string): Promise<string | null>;