mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Add nodemailer module declaration
This commit is contained in:
Vendored
+5
@@ -104,3 +104,8 @@ interface Nodemailer {
|
||||
createTransport(type: string, path: string): Transport;
|
||||
createXOAuthGenerator(options: XOAuthGeneratorOptions): XOAuthGenerator;
|
||||
}
|
||||
|
||||
declare module "nodemailer" {
|
||||
var nodemailer: Nodemailer;
|
||||
export = nodemailer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user