for-each-stream

0.1.1 • Public • Published

for-each-stream

Call an iterator for each chunk in the stream

Example

var from = require("read-stream").fromArray
    , forEach = require("for-each-stream")

forEach(from([1,2,3]), function (item) {
    console.log("item", item)
})

Installation

npm install for-each-stream

Contributors

  • Raynos

MIT Licenced

Readme

Keywords

none

Package Sidebar

Install

npm i for-each-stream

Weekly Downloads

4

Version

0.1.1

License

none

Last publish

Collaborators

  • raynos