Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Nov 29, 2022
1 parent f8fec8c commit 3d26201
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Stream.isDestroyed = utils.isDestroyed;
Stream.isDisturbed = utils.isDisturbed;
Stream.isErrored = utils.isErrored;
Stream.isReadable = utils.isReadable;
Stream.isWritable = utils.isWritable;

Stream.kIsDestroyed = utils.kIsDestroyed;
Stream.kIsErrored = utils.kIsErrored;
Expand Down

0 comments on commit 3d26201

Please sign in to comment.