diff options
Diffstat (limited to 'cli/dts/lib.es2018.asynciterable.d.ts')
-rw-r--r-- | cli/dts/lib.es2018.asynciterable.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/dts/lib.es2018.asynciterable.d.ts b/cli/dts/lib.es2018.asynciterable.d.ts index 2c3a97085..88f9d8fba 100644 --- a/cli/dts/lib.es2018.asynciterable.d.ts +++ b/cli/dts/lib.es2018.asynciterable.d.ts @@ -26,7 +26,7 @@ interface SymbolConstructor { * A method that returns the default async iterator for an object. Called by the semantics of * the for-await-of statement. */ - readonly asyncIterator: symbol; + readonly asyncIterator: unique symbol; } interface AsyncIterator<T, TReturn = any, TNext = undefined> { |