import { checkEmail } from 'qed-mail' /** @type {(_: string) => () => Promise} */ export const checkEmailImpl = s => () => checkEmail(s)