Update imap.d.ts

This commit is contained in:
Steve Fenton
2014-11-23 21:28:07 +00:00
parent fe483987be
commit 87896ada1f
+7
View File
@@ -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;