diff --git a/tns-core-modules/es6.d.ts b/tns-core-modules/es6.d.ts index 0eb51c3fe..4cb44dbe0 100644 --- a/tns-core-modules/es6.d.ts +++ b/tns-core-modules/es6.d.ts @@ -10,12 +10,3 @@ interface SymbolConstructor { } declare var Symbol: SymbolConstructor; - -interface ObjectConstructor { - assign(target: any, ...sources: any[]): any; - is(value1: any, value2: any): boolean; - setPrototypeOf(o: any, proto: any): any; - getOwnPropertySymbols(o: any): symbol[]; -} - -declare var Object: ObjectConstructor; \ No newline at end of file