UNPKG

candymail

Version:

Email Automation Library for Node.js

4 lines (3 loc) 117 B
import { MessageRow } from '../types'; declare const sendEmail: (message: MessageRow) => void; export { sendEmail };