mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Revert "Upgrade to TypeScript 2.1, and latest grunt-ts. (#3609)"
This reverts commit 79e6881ca6.
This commit is contained in:
12
tns-core-modules/es6.d.ts
vendored
Normal file
12
tns-core-modules/es6.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
interface Symbol {
|
||||
toString(): string;
|
||||
valueOf(): Object;
|
||||
}
|
||||
|
||||
interface SymbolConstructor {
|
||||
prototype: Symbol;
|
||||
(description?: string | number): symbol;
|
||||
iterator: symbol;
|
||||
}
|
||||
|
||||
declare var Symbol: SymbolConstructor;
|
||||
Reference in New Issue
Block a user