Skip to content

Commit

Permalink
test: more (#1800)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait authored Mar 29, 2024
1 parent 18e5683 commit 1f54424
Show file tree
Hide file tree
Showing 9 changed files with 495 additions and 199 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const noop = () => {};

/**
* @typedef {Object} ResponseData
* @property {string | Buffer | ReadStream} data
* @property {Buffer | ReadStream} data
* @property {number} byteLength
*/

Expand All @@ -69,7 +69,7 @@ const noop = () => {};
* @callback ModifyResponseData
* @param {RequestInternal} req
* @param {ResponseInternal} res
* @param {string | Buffer | ReadStream} data
* @param {Buffer | ReadStream} data
* @param {number} byteLength
* @return {ResponseData}
*/
Expand Down
Loading

0 comments on commit 1f54424

Please sign in to comment.