Skip to content

stream-utils/promise-map-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published