UNPKG

@profitsniper/email

Version:

While developing with Typescript and Node.js is awesome, **setting up a new project is painful**. This minimal and modern starter repo is here to help you get started with Node.js and Typecript without the pain.

4 lines (3 loc) 121 B
import type { EmailPlugin } from '@profitsniper/shared'; declare const sendEmail: EmailPlugin; export default sendEmail;