UNPKG

qed-mail

Version:

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

4 lines • 164 B
import { SyntaxResult } from "../types"; declare function checkSyntax(email: string): SyntaxResult; export default checkSyntax; //# sourceMappingURL=verify.d.ts.map