UNPKG

nodemailer

Version:

Easy as cake e-mail sending from your Node.js applications

6 lines (5 loc) 145 B
import { Transform } from 'node:stream'; export default class LastNewline extends Transform { lastByte: number | false; constructor(); }