UNPKG

@timshel_npm/maildev

Version:

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

5 lines (4 loc) 201 B
/** * Authorize callback for smtp server */ export declare function createOnAuthCallback(username: string | undefined, password: string | undefined): (auth: any, session: any, callback: any) => any;