Skip to content

Commit

Permalink
fs: update params in jsdoc for createReadStream and createWriteStream
Browse files Browse the repository at this point in the history
PR-URL: #51063
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Raz Luvaton <rluvaton@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com>
  • Loading branch information
pluris authored and RafaelGSS committed Dec 15, 2023
1 parent 5112306 commit c3c8237
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/fs.js
Expand Up @@ -3092,6 +3092,7 @@ function lazyLoadStreams() {
* end?: number;
* highWaterMark?: number;
* fs?: object | null;
* signal?: AbortSignal | null;
* }} [options]
* @returns {ReadStream}
*/
Expand All @@ -3112,6 +3113,8 @@ function createReadStream(path, options) {
* emitClose?: boolean;
* start: number;
* fs?: object | null;
* signal?: AbortSignal | null;
* highWaterMark?: number;
* flush?: boolean;
* }} [options]
* @returns {WriteStream}
Expand Down

0 comments on commit c3c8237

Please sign in to comment.