Troy Gerwien 368266b684 var-interface-module pattern now consistent
Everything (in both node and express) now follows the pattern:
```
declare module "external-name" {
import _ = InternalName.InnerName;
export = _;
}
declare module InternalName {
export var InnerName: InnerName;
export interface InnerName {
// functions and vars in here
}
export module InnerName {
// Must be non-instantiated - so only interfaces and modules in here
}
}

```
2014-03-29 21:21:41 +08:00
2014-01-09 16:39:18 +04:00
2014-03-05 11:51:01 +02:00
2013-10-03 22:23:35 +09:00
2014-03-23 15:50:05 +09:00
2014-01-24 00:22:06 +01:00
2014-03-16 19:36:20 +01:00
2014-01-24 00:22:06 +01:00
2014-02-05 12:48:22 +09:00
2014-03-15 19:00:36 +09:00
2014-01-24 18:51:21 +01:00
2013-08-07 16:59:39 +03:00
2013-11-29 15:25:31 +09:00
2014-01-24 00:22:06 +01:00
2014-01-24 00:22:06 +01:00
2014-01-02 16:34:52 +09:00
2013-12-19 14:20:32 +04:00
2014-02-26 14:13:17 +09:00
2013-11-30 21:48:36 +08:00
2013-12-19 14:48:32 +04:00
2013-10-03 11:23:38 +09:00
2014-01-23 15:14:28 +01:00
2014-01-24 00:22:06 +01:00
2014-01-19 17:16:47 +09:00
2014-02-26 10:01:00 +09:00
2014-01-24 18:51:21 +01:00
2013-11-20 14:20:02 +09:00
2014-01-24 00:19:24 +01:00
2013-12-24 11:08:54 +09:00
2014-01-24 00:19:24 +01:00
2014-02-24 11:48:00 +09:00
2014-01-24 18:51:21 +01:00
2013-05-25 18:08:56 +03:00
2014-01-24 12:53:59 +01:00
2014-01-25 01:08:33 +01:00
2014-02-26 17:25:44 +09:00
2013-11-29 15:25:31 +09:00
2014-01-24 18:51:21 +01:00
2013-10-18 14:25:40 +09:00
2014-01-02 16:34:52 +09:00
2014-01-24 00:19:24 +01:00
2013-12-19 15:33:09 +04:00
2014-03-21 14:33:04 +01:00
2014-03-16 00:03:28 +11:00
2014-01-09 12:29:17 +04:00
2014-01-09 12:29:17 +04:00
2014-01-14 14:34:53 +00:00
2014-01-24 00:19:24 +01:00
2014-01-25 01:08:33 +01:00
2014-01-24 00:19:24 +01:00
2014-01-25 01:08:33 +01:00
2013-01-17 20:03:30 +02:00
2014-01-24 18:51:21 +01:00
2014-01-24 18:51:21 +01:00
2014-03-24 12:59:48 +00:00
2014-03-13 15:52:40 +01:00
2013-11-08 23:36:00 +09:00
2013-12-18 20:13:50 +04:00
2013-11-04 14:25:14 -08:00
2014-01-27 14:16:46 -05:00
2014-01-24 18:51:21 +01:00
2013-09-19 23:21:43 +09:00
2014-02-23 16:50:26 -05:00
2014-01-24 00:55:00 +01:00
2014-01-24 20:23:13 +01:00
2014-01-24 00:55:00 +01:00
2014-01-24 20:23:13 +01:00
2014-01-24 18:51:21 +01:00
2014-03-07 11:51:54 -03:30
2013-12-06 22:36:06 +00:00
2014-01-24 00:55:00 +01:00
2014-03-05 19:26:32 -05:00
2014-01-16 06:27:06 +01:00
2014-01-24 00:55:00 +01:00
2014-01-24 00:55:00 +01:00
2014-01-25 01:08:33 +01:00
2014-01-02 16:34:52 +09:00
2013-08-07 16:59:39 +03:00
2014-03-06 13:59:32 -05:00
2014-01-24 01:19:01 +01:00
2014-01-24 18:51:21 +01:00
2014-01-24 18:51:21 +01:00
2014-02-23 10:28:13 -05:00
2014-03-07 19:01:24 +01:00
2014-01-25 01:08:33 +01:00
2014-01-24 01:19:01 +01:00
2014-02-21 15:03:21 +01:00
2014-02-26 14:13:17 +09:00
2014-01-24 01:19:01 +01:00
2014-01-27 21:40:20 -05:00
2013-12-22 15:47:56 -08:00
2013-11-11 22:31:21 +09:00
2014-01-24 18:51:21 +01:00
2014-02-21 22:26:33 +04:00
2014-01-24 01:19:01 +01:00
2014-03-21 15:37:11 -07:00
2013-11-06 21:14:15 +11:00
2014-01-24 18:51:21 +01:00
2014-01-24 01:56:27 +01:00
2014-01-24 01:56:27 +01:00
2014-03-15 19:00:36 +09:00
2014-03-15 19:00:36 +09:00
2013-08-07 18:02:05 +03:00
2014-01-07 16:02:07 +01:00
2014-01-19 17:11:44 +09:00
2013-12-12 15:56:13 +11:00
2014-01-24 01:56:27 +01:00
2013-11-14 01:50:40 -02:00
2014-03-24 16:55:35 +00:00
2014-02-26 10:26:48 +09:00
2014-01-02 16:34:52 +09:00
2014-02-05 12:48:22 +09:00
2013-09-02 20:07:31 +01:00
2014-01-02 16:34:52 +09:00
2014-03-19 17:22:49 +04:00
2014-02-20 16:58:11 +00:00
2014-01-27 03:31:44 +01:00
2014-01-24 18:51:21 +01:00
2014-01-24 01:56:27 +01:00
2014-02-05 12:48:22 +09:00
2014-02-26 10:41:42 -03:00
2014-02-25 18:23:15 -05:00
2014-03-23 20:08:42 +00:00
2014-02-16 15:21:15 +00:00
2013-08-07 16:59:39 +03:00
2014-01-19 17:10:31 +09:00
2013-11-29 15:25:31 +09:00
2014-03-02 10:45:33 +01:00
2013-11-19 01:40:09 -08:00
2014-01-24 01:56:27 +01:00
2014-02-26 17:45:18 +09:00
2014-01-24 02:59:02 +01:00
2014-02-28 20:27:33 +01:00
2013-12-20 14:14:06 +04:00
2013-08-07 16:59:39 +03:00
2014-01-27 03:34:54 +01:00
2014-01-25 01:08:33 +01:00
2014-01-19 17:23:02 +09:00
2014-03-27 13:25:37 +08:00
2014-02-26 01:56:21 -03:00
2014-01-24 02:59:02 +01:00
2014-01-24 02:59:02 +01:00
2014-03-15 12:13:06 +01:00
2013-09-11 16:47:31 +03:00
2014-02-25 16:32:43 -08:00
2014-01-24 02:59:02 +01:00
2013-12-20 14:17:53 +04:00
2013-10-03 11:23:38 +09:00
2014-01-25 01:08:33 +01:00
2014-01-24 18:51:21 +01:00
2014-02-24 11:48:00 +09:00
2014-01-24 02:59:02 +01:00
2014-01-25 01:08:33 +01:00
2014-01-24 18:51:21 +01:00
2014-03-17 12:47:46 +01:00
2013-11-14 20:21:09 +11:00
2012-12-26 09:28:18 +01:00
2014-03-02 01:44:24 +01:00

DefinitelyTyped Build Status

The repository for high quality TypeScript type definitions.

Usage

Include a line like this:

/// <reference path="jquery.d.ts" />

TypeScript Directory: tools, libraries, projects and learning resources

Contributor Guidelines

See the section: How to contribute

Other means to get the definitions

List of Definitions

Requested Definitions

Here is an updated list of definitions people have requested

Description
No description provided
Readme MIT 395 MiB
Languages
TypeScript 100%