io-stream

userland copy of iojs streams

MIT 5 个版本
安装
npm install io-stream
yarn add io-stream
pnpm add io-stream
bun add io-stream
README

NO LONGER NEEDED, JUST USE readable-stream

io-stream

Build Status

npm install --save io-stream

Node/iojs-core streams for userland

This package is a mirror of the Streams in iojs.

If you want to guarantee a stable streams base, regardless of what version of iojs you, or the users of your libraries are using, use io-stream only and avoid the "stream" module in iojs-core.

io-stream versions are pegged to iojs versions so 1.7.1 would corispond to the streams from 1.7.1.

This packaeg is forked from readable-stream and may end up being merged back in.

版本列表
2.2.2 2015-06-10
2.2.1 2015-06-08
2.0.2 2015-05-21
1.8.2 2015-05-21
1.7.1 2015-05-20