UNPKG

@visulima/email

Version:

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

4 lines (3 loc) 231 B
export type { Provider, ProviderFactory } from "../provider.d.ts"; export { default as roundRobinProvider } from "./providers/roundrobin/provider.d.ts"; export type { RoundRobinConfig, RoundRobinEmailOptions } from "./types.d.ts";