UNPKG

@timshel_npm/maildev

Version:

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

3 lines (2 loc) 137 B
import { MailServer } from "./mailserver"; export declare function routes(app: any, mailserver: MailServer, basePathname: string): void;