FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(es6): objectcontstructor assign · NativeScript/NativeScript@3ef45c1 · GitHub

Commit 3ef45c1

Browse files
committed
fix(es6): objectcontstructor assign
1 parent b69680c commit 3ef45c1

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

‎es6.d.ts‎

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
declare var Symbol: any;
1+
declare var Symbol: any;
2+
3+
interface ObjectConstructor {
4+
assign(target: any, ...sources: any[]): any;
5+
is(value1: any, value2: any): boolean;
6+
setPrototypeOf(o: any, proto: any): any;
7+
}
8+
9+
declare var Object: ObjectConstructor;

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL