UNPKG

@timshel_npm/maildev

Version:

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

4 lines (3 loc) 174 B
import type { MailDevOptions } from "../index"; export declare function appendOptions(program: any, options: any): any; export declare function cliOptions(): MailDevOptions;