@agen/stream

Transforms streams from/to async generators

Usage no npm install needed!

<script type="module">
  import agenStream from 'https://cdn.skypack.dev/@agen/stream';
</script>

README

@agen/stream

Utility methods transforming NodeJS streams from/to async generators.

Note: in the future this package will be obsolte because NodeJS streams can be directly used as async generators providing buffers or objects (dependeing on the stream mode).