UNPKG

unemail

Version:

A modern TypeScript email library with zero dependencies, supporting multiple providers including AWS SES, Resend, MailCrab, and HTTP APIs

6 lines (4 loc) 83 B
function defineProvider(factory) { return factory; } export { defineProvider };