repeat-stream

1.0.0 • Public • Published

repeat-stream

Stream that just repeats all input

Install

npm install --save repeat-stream

Use

var repeatStream = require("repeat-stream");

var stream = repeatStream();

something.pipe(stream);
something_else.pipe(stream);

stream.pipe(process.stdout);

// Or, if you're using object streams:
var stream2 = repeatStream.obj();

Readme

Keywords

Package Sidebar

Install

npm i repeat-stream

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • rangermauve