PAMapp/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts
@@ -26,7 +26,7 @@ * 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> {