UNPKG

blue-iterate

Version:

A collection of streams that work well with promises (through, map, reduce). Through2 with promise support

7 lines (3 loc) 700 B
# blue-iterate [![Build Status](https://travis-ci.org/reconbot/blue-iterate.svg?branch=master)](https://travis-ci.org/reconbot/blue-iterate) [![Try blue-iterate on RunKit](https://badge.runkitcdn.com/blue-iterate.svg)](https://npm.runkit.com/blue-iterate) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) A collection of NodeJS Async Iterator utilities that work well with promises and async functions. Think `through2-concurrent` but for a much more simple construct, async iterators. The goal is to make it dead easy to replace your stream based processes with async iterators.