UNPKG

email-exists

Version:
9 lines (6 loc) 213 B
const emailExists = require('.') emailExists({ sender: 'darthvader@gmail.com', recipient: 'lukeskywalker@gmail.com' }) .then(console.log) .catch(console.error) // --> MAY_EXIST