UNPKG

@visulima/email

Version:

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

8 lines (7 loc) 321 B
import type { ProviderFactory } from "../provider.d.ts"; import type { AhaSendConfig, AhaSendEmailOptions } from "./types.d.ts"; /** * AhaSend Provider for sending emails through AhaSend API */ declare const ahaSendProvider: ProviderFactory<AhaSendConfig, unknown, AhaSendEmailOptions>; export default ahaSendProvider;