UNPKG

@timshel_npm/maildev

Version:

SMTP Server with async API and Web Interface for viewing and testing emails during development

3 lines (2 loc) 106 B
import type { ParsedMail } from "./type"; export declare function parse(input: any): Promise<ParsedMail>;