mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update imap.d.ts
This commit is contained in:
Vendored
+7
@@ -1,3 +1,10 @@
|
||||
// Type definitions for node imap
|
||||
// Project: https://github.com/mscdex/node-imap
|
||||
// Definitions by: Steve Fenton <https://github.com/Steve-Fenton>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../node/node.d.ts" />
|
||||
|
||||
declare module "imap" {
|
||||
interface ImapOptions {
|
||||
user: string;
|
||||
|
||||
Reference in New Issue
Block a user