UNPKG

@softkit/mail

Version:

The Mailgun Mail Module is a comprehensive solution for integrating Mailgun's email functionality into NestJS applications. It provides a seamless way to send emails using Mailgun with minimal setup and configuration.

5 lines (4 loc) 201 B
/// <reference types="node" /> /// <reference types="node" /> import { Readable } from 'node:stream'; export declare function toBase64(input: string | Buffer | Readable | Uint8Array): Promise<string>;