UNPKG

@devmehq/email-validator-js

Version:

Advanced email validation with MX records, SMTP verification, disposable email detection, batch processing, and caching. Production-ready with TypeScript support.

2 lines (1 loc) 77 B
export declare function resolveMxRecords(domain: string): Promise<string[]>;