read-stream

Base class for readable streams

22 个版本
安装
npm install read-stream
yarn add read-stream
pnpm add read-stream
bun add read-stream
README

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

版本列表
2.1.1 2013-02-21
2.0.2 2013-02-21
2.0.1 2013-02-21
1.0.1 2013-01-15
0.5.2 2012-12-03
0.5.1 2012-12-03
0.5.0 2012-11-28
0.4.8 2012-10-21
0.4.7 2012-10-20
0.4.6 2012-10-15
0.4.5 2012-10-03
0.4.4 2012-10-03
0.4.3 2012-10-03
0.4.2 2012-09-29
0.4.1 2012-09-29
0.4.0 2012-09-27
0.2.2 2012-09-15
0.2.1 2012-09-15
0.2.0 2012-09-09
0.1.0 2012-09-09
0.0.2 2012-09-08
0.0.1 2012-09-08