Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Feb 20, 2025
1 parent 08a24f5 commit b3b712f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/upload-client/src/fetch-with-upload-progress.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
*
* @param {AsyncIterable<Uint8Array<ArrayBufferLike>>} iterable
* @param {AsyncIterable<Uint8Array>} iterable
* @returns {ReadableStream}
*/
function iterableToStream(iterable) {
Expand All @@ -23,7 +23,7 @@ function iterableToStream(iterable) {
* and returns async iterable that emits body chunks and emits
* `onUploadProgress`.
*
* @param {ReadableStream | null} body
* @param {ReadableStream} body
* @param {import('./types.js').ProgressFn} onUploadProgress
* @returns {AsyncIterable<Uint8Array>}
*/
Expand Down

0 comments on commit b3b712f

Please # to comment.