Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Feb 7, 2023
1 parent 1138038 commit 74c5cbb
Show file tree
Hide file tree
Showing 7 changed files with 248 additions and 242 deletions.
2 changes: 1 addition & 1 deletion node_modules/minipass/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The ISC License

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

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
Expand Down
4 changes: 2 additions & 2 deletions node_modules/minipass/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ declare class Minipass<
listener: () => any
): this

[Symbol.iterator](): Iterator<RType>
[Symbol.asyncIterator](): AsyncIterator<RType>
[Symbol.iterator](): Generator<RType, void, void>
[Symbol.asyncIterator](): AsyncGenerator<RType, void, void>
}

export = Minipass
Loading

0 comments on commit 74c5cbb

Please sign in to comment.