Modified the http module to remove the cyclic references. Added promises.d.ts.

This commit is contained in:
atanasovg
2014-05-21 16:27:13 +03:00
parent 1dd3a5f9b5
commit db987a361d
19 changed files with 169 additions and 37 deletions

View File

@ -1,7 +1,9 @@
/**
//@private
/**
* This module is used as a native implementation for each of the underlying platforms.
* Users will not typically require it as it supports the module infrastructure.
*/
//
export declare function fromResource(name: string): any;
export declare function fromFile(path: string): any;
export declare function fromData(data: any): any;