Skip to content

Commit

Permalink
Merge branch 'master' of github.com:alanshaw/stream-to-it
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Aug 25, 2019
2 parents eb90272 + cfbcc17 commit fe4e504
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ Convert a [`Transform`](https://nodejs.org/dist/latest/docs/api/stream.html#stre

Convert a [`Duplex`](https://nodejs.org/dist/latest/docs/api/stream.html#stream_duplex_and_transform_streams) stream to a [duplex](https://gist.github.com/alanshaw/591dc7dd54e4f99338a347ef568d6ee9#duplex-it) iterable.

## Related

* [`it-to-stream`](https://www.npmjs.com/package/it-to-stream) Convert streaming iterables to Node.js streams
* [`it-pipe`](https://www.npmjs.com/package/it-pipe) Utility to "pipe" async iterables together

## Contribute

Feel free to dive in! [Open an issue](https://github.com/alanshaw/stream-to-it/issues/new) or submit PRs.
Expand Down

0 comments on commit fe4e504

Please sign in to comment.