UNPKG

mandrill-nodemailer-transport

Version:

Mandrill API and Nodemailer v4+. The plugin is very small, optimized and written in TypeScript

6 lines (5 loc) 186 B
/// <reference types="node" /> import { RequestOptions } from 'https'; export declare namespace Requestly { function postJSON(options: RequestOptions, data: Object): Promise<any>; }