Skip to content

stream: move duplicated code to an internal module

Rodrigo Muino Tomonari requested to merge github/fork/Trott/rm-unreachable into master

isIterable() is called in one place with only one argument, so the second argument and associated logic for it can be removed.

Create a utils module for isIterable(), isReadable(), and isStream().

Merge request reports

Loading