mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
pass npm run all in new definition-tester
This commit is contained in:
Vendored
-3
@@ -3,8 +3,6 @@
|
||||
// Definitions by: angular team <https://github.com/angular/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../es6-promise/es6-promise.d.ts"/>
|
||||
|
||||
declare class Zone {
|
||||
constructor(parentZone: Zone, data: any);
|
||||
|
||||
@@ -18,4 +16,3 @@ declare class Zone {
|
||||
|
||||
static longStackTraceZone: {[key: string]: any};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user