0.1.1 • Published 12 years ago

for-each-stream v0.1.1

Weekly downloads
2
License
-
Repository
github
Last release
12 years ago

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

0.1.1

12 years ago

0.1.0

12 years ago