Skip to content

Commit 1f54424

Browse files
test: more (#1800)
1 parent 18e5683 commit 1f54424

File tree

9 files changed

+495
-199
lines changed

9 files changed

+495
-199
lines changed

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const noop = () => {};
5959

6060
/**
6161
* @typedef {Object} ResponseData
62-
* @property {string | Buffer | ReadStream} data
62+
* @property {Buffer | ReadStream} data
6363
* @property {number} byteLength
6464
*/
6565

@@ -69,7 +69,7 @@ const noop = () => {};
6969
* @callback ModifyResponseData
7070
* @param {RequestInternal} req
7171
* @param {ResponseInternal} res
72-
* @param {string | Buffer | ReadStream} data
72+
* @param {Buffer | ReadStream} data
7373
* @param {number} byteLength
7474
* @return {ResponseData}
7575
*/

0 commit comments

Comments
 (0)