diff options
Diffstat (limited to 'cli/tsc/dts/lib.es2018.asynciterable.d.ts')
-rw-r--r-- | cli/tsc/dts/lib.es2018.asynciterable.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tsc/dts/lib.es2018.asynciterable.d.ts b/cli/tsc/dts/lib.es2018.asynciterable.d.ts index 6d2e226de..f3de8021d 100644 --- a/cli/tsc/dts/lib.es2018.asynciterable.d.ts +++ b/cli/tsc/dts/lib.es2018.asynciterable.d.ts @@ -40,4 +40,4 @@ interface AsyncIterable<T> { interface AsyncIterableIterator<T> extends AsyncIterator<T> { [Symbol.asyncIterator](): AsyncIterableIterator<T>; -}
\ No newline at end of file +} |