pull-stream / pull-many

combine many streams into one stream, as they come, while respecting back pressure
MIT License
13 stars 4 forks source link

Remove direct pull-stream module dependency #4

Open DamonOehlman opened 6 years ago

DamonOehlman commented 6 years ago

Given that the implementation of this module is pure functions, WDYT about dropping the dependency on pull-stream and just moving it to a devDependency?