File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ declare global {
209209 unpipe ( destination ?: WritableStream ) : this;
210210 unshift ( chunk : string | Uint8Array , encoding ?: BufferEncoding ) : void ;
211211 wrap ( oldStream : ReadableStream ) : this;
212- [ Symbol . asyncIterator ] ( ) : NodeJS . AsyncIterator < string | Buffer > ;
212+ [ Symbol . asyncIterator ] ( ) : AsyncIterableIterator < string | Buffer > ;
213213 }
214214
215215 interface WritableStream extends EventEmitter {
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ declare global {
196196 unpipe ( destination ?: WritableStream ) : this;
197197 unshift ( chunk : string | Uint8Array , encoding ?: BufferEncoding ) : void ;
198198 wrap ( oldStream : ReadableStream ) : this;
199- [ Symbol . asyncIterator ] ( ) : NodeJS . AsyncIterator < string | Buffer > ;
199+ [ Symbol . asyncIterator ] ( ) : AsyncIterableIterator < string | Buffer > ;
200200 }
201201
202202 interface WritableStream extends EventEmitter {
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ declare global {
196196 unpipe ( destination ?: WritableStream ) : this;
197197 unshift ( chunk : string | Uint8Array , encoding ?: BufferEncoding ) : void ;
198198 wrap ( oldStream : ReadableStream ) : this;
199- [ Symbol . asyncIterator ] ( ) : NodeJS . AsyncIterator < string | Buffer > ;
199+ [ Symbol . asyncIterator ] ( ) : AsyncIterableIterator < string | Buffer > ;
200200 }
201201
202202 interface WritableStream extends EventEmitter {
You can’t perform that action at this time.
0 commit comments