From 0989fcb9e017bfe955ddd7d7ae001b5ae96ffba5 Mon Sep 17 00:00:00 2001 From: Roman Bolshakov Date: Sun, 16 Apr 2017 15:28:47 +0300 Subject: [PATCH] close valor-software/ng2-select#617 global type is provided by @types/node in DefinitelyTyped/DefinitelyTyped#13865 --- scripts/typings.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/typings.d.ts b/scripts/typings.d.ts index a93ab74e..b185daa4 100644 --- a/scripts/typings.d.ts +++ b/scripts/typings.d.ts @@ -8,8 +8,6 @@ declare const ENV:string; // google code-prettify declare const PR:any; -declare const global:any; - declare module jasmine { interface Matchers { toHaveCssClass(expected: any): boolean;