UNPKG

@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.

6 lines (5 loc) 325 B
export type { CliArgError, ParsedArgs, ParsedHelp, ParsedVersion, ParseResult } from './parse-args'; export { helpText, parseArgs } from './parse-args'; export type { CliRunDeps } from './run'; export { exitCodeFor, logFileNameFor, run } from './run'; export declare function main(argv?: readonly string[]): Promise<number>;