UNPKG

@visulima/email

Version:

A comprehensive email library with multi-provider support, crypto utilities, and template engines

4 lines (3 loc) 207 B
export type { Provider, ProviderFactory } from "../provider.d.ts"; export { default as smtpProvider } from "./providers/smtp/provider.d.ts"; export type { SmtpConfig, SmtpEmailOptions } from "./types.d.ts";