Skip to content

Commit 74c5cbb

Browse files
committedFeb 7, 2023
deps: minipass@4.0.2
1 parent 1138038 commit 74c5cbb

File tree

7 files changed

+248
-242
lines changed

7 files changed

+248
-242
lines changed
 

‎node_modules/minipass/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The ISC License
22

3-
Copyright (c) 2017-2022 npm, Inc., Isaac Z. Schlueter, and Contributors
3+
Copyright (c) 2017-2023 npm, Inc., Isaac Z. Schlueter, and Contributors
44

55
Permission to use, copy, modify, and/or distribute this software for any
66
purpose with or without fee is hereby granted, provided that the above

‎node_modules/minipass/index.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ declare class Minipass<
140140
listener: () => any
141141
): this
142142

143-
[Symbol.iterator](): Iterator<RType>
144-
[Symbol.asyncIterator](): AsyncIterator<RType>
143+
[Symbol.iterator](): Generator<RType, void, void>
144+
[Symbol.asyncIterator](): AsyncGenerator<RType, void, void>
145145
}
146146

147147
export = Minipass

0 commit comments

Comments
 (0)
Please sign in to comment.