diff options
Diffstat (limited to 'cli/dts/lib.es2015.iterable.d.ts')
-rw-r--r-- | cli/dts/lib.es2015.iterable.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/dts/lib.es2015.iterable.d.ts b/cli/dts/lib.es2015.iterable.d.ts index 0dcbcfab2..06a503099 100644 --- a/cli/dts/lib.es2015.iterable.d.ts +++ b/cli/dts/lib.es2015.iterable.d.ts @@ -25,7 +25,7 @@ interface SymbolConstructor { * A method that returns the default iterator for an object. Called by the semantics of the * for-of statement. */ - readonly iterator: symbol; + readonly iterator: unique symbol; } interface IteratorYieldResult<TYield> { |