stream-utils / promise-map-stream

Map transform streams with promises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

promise-map-stream

NPM version Build status Test coverage Dependency Status License Downloads Gittip

Create a map through stream based on promise functions.

API

var stream = map(transform, [flush])

Create a stream instance based on a transform/flush function.

var Stream = map.create(transform, [flush])

Create a new stream constructor based on a transform/flush function.

About

Map transform streams with promises

License:MIT License


Languages

Language:JavaScript 100.0%