Typescript migration: Major refactoring.

This commit is contained in:
baldo 2020-04-10 00:43:15 +02:00
commit 52822207a5
31 changed files with 2068 additions and 2268 deletions

View file

@ -0,0 +1,5 @@
declare module "nodemailer-html-to-text" {
import {PluginFunction} from "nodemailer/lib/mailer";
export function htmlToText(options: HtmlToTextOptions): PluginFunction;
}