UNPKG

@visulima/email

Version:

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

8 lines (7 loc) 314 B
import type { ProviderFactory } from "../provider.d.ts"; import type { ResendConfig, ResendEmailOptions } from "./types.d.ts"; /** * Resend Provider for sending emails through Resend API. */ declare const resendProvider: ProviderFactory<ResendConfig, unknown, ResendEmailOptions>; export default resendProvider;