mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
angular2-2.0.0-alpha.39
This commit is contained in:
Vendored
+2
-2
@@ -1,4 +1,4 @@
|
||||
// Type definitions for Angular v2.0.0-local_sha.f77234e
|
||||
// Type definitions for Angular v2.0.0-local_sha.7d5c3eb
|
||||
// Project: http://angular.io/
|
||||
// Definitions by: angular team <https://github.com/angular/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
@@ -911,7 +911,7 @@ declare module ngHttp {
|
||||
*/
|
||||
class Headers {
|
||||
|
||||
constructor(headers?: Headers | StringMap<string, any>);
|
||||
constructor(headers?: Headers | {[key: string]: any});
|
||||
|
||||
/**
|
||||
* Appends a header to existing list of header values for a given header name.
|
||||
|
||||
Reference in New Issue
Block a user