@emailcheck/email-validator-js
Version:
Advanced email validation with MX records, SMTP verification, disposable email detection, batch processing, and caching. Production-ready with TypeScript support.
7 lines (6 loc) • 335 B
TypeScript
/**
* Standard CORS header set used by every adapter. `methods` lets each platform
* advertise the verbs it actually supports without re-declaring the rest.
*/
export declare function corsHeaders(methods?: string): Record<string, string>;
export declare function jsonHeaders(extra?: Record<string, string>): Record<string, string>;