generated from tpl/purs
.. | ||
examples | ||
src | ||
test | ||
.gitignore | ||
jest.config.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
qed-mail
A NodeJS library for checking if an email address exists without sending any email.
Get Started
Install
Use npm
to install this package.
npm install --save-dev qed-mail
Example
import qedmail from "qed-mail";
qedmail.checkEmail("example@example.com").then(console.log);