| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b69680c commit 3ef45c1
1 file changed
| Original file line number | Diff line number | Diff 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; | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments