duct

Easily transform object streams with any control flow you like.

Usage no npm install needed!

<script type="module">
  import duct from 'https://cdn.skypack.dev/duct';
</script>

README

duct Build Status

Easily transform object streams with any control flow you like.

NPM

Inspired by Rod Vagg's through2, now you can easily transform object streams using callbacks, promises or sync methods.