mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-09 11:40:07 +00:00
Fix indentation
This commit is contained in:
16
nodemailer/nodemailer.d.ts
vendored
16
nodemailer/nodemailer.d.ts
vendored
@@ -48,14 +48,14 @@ declare module "nodemailer" {
|
||||
use(step: string, plugin: Plugin): void;
|
||||
|
||||
/**
|
||||
* Verifies connection with server
|
||||
*/
|
||||
verify(callback: (error: Error, success?: boolean) => void): void;
|
||||
|
||||
/**
|
||||
* Verifies connection with server
|
||||
*/
|
||||
verify(): Promise<void>;
|
||||
* Verifies connection with server
|
||||
*/
|
||||
verify(callback: (error: Error, success?: boolean) => void): void;
|
||||
|
||||
/**
|
||||
* Verifies connection with server
|
||||
*/
|
||||
verify(): Promise<void>;
|
||||
|
||||
/**
|
||||
* Close all connections
|
||||
|
||||
Reference in New Issue
Block a user