UNPKG

@timshel_npm/maildev

Version:

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

5 lines (4 loc) 131 B
/** * MailDev - auth.js */ export declare function auth(user: string, password: string): (req: any, res: any, next: any) => any;