read-stream

v2.1.1
Base class for readable streams

read-stream

Base class for readable streams

Example

var from = require("read-stream")
    , to = require("write-stream")

from([1,2,3,4]).pipe(to([], function (array) {
    assert.equal(array, [1,2,3,4])
}))

Installation

npm install read-stream

Contributors

  • Raynos

MIT Licenced

npm i read-stream

Metadata

Downloads

Maintainers