@email-service/email-service
Version:
email-service is a versatile npm package designed to simplify the integration and standardization of email communications across multiple Email Service Providers (ESPs).
6 lines (5 loc) • 356 B
TypeScript
import { getEmailService, getWebHook, EmailServiceSelector } from "./models/emailServiceSelector";
import type { EmailPayload, StandardResponse } from "./types/email.type";
import type { Config } from "./types/emailServiceSelector.type";
export { getEmailService, getWebHook, EmailServiceSelector };
export type { EmailPayload, StandardResponse, Config };