diff --git a/tns-core-modules/tns-core-modules.d.ts b/tns-core-modules/tns-core-modules.d.ts index 3e5b0b7ef..495b0ee5b 100644 --- a/tns-core-modules/tns-core-modules.d.ts +++ b/tns-core-modules/tns-core-modules.d.ts @@ -153,10 +153,6 @@ declare class WeakRef { clear(): void; } -interface Array { - filter(pred: (a: T) => a is U): U[]; -} - //Dialogs declare function alert(message?: any): void; declare function confirm(message?: string): boolean;