Skip to content

RangerMauve/repeat-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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();

About

Stream that just repeats all input

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published