UNPKG

qed-mail

Version:

📮 A NodeJS library for checking if an email address exists without sending any email.

4 lines • 158 B
import { MxResult } from "../types"; declare function checkMX(domain: string): Promise<MxResult>; export default checkMX; //# sourceMappingURL=verify.d.ts.map