UNPKG
shaper
Version:
latest (0.0.5)
0.0.5
0.0.3
0.0.2
0.0.1
Create throttled through stream
github.com/sidorares/node-shaper
shaper
/
examples
/
slowcat.js
5 lines
(3 loc)
•
121 B
JavaScript
View Raw
1
2
3
4
5
var shaper =
require
(
'..'
); process.
stdin
.pipe(shaper(
10
)).pipe(process.
stdout
, {
end
:
false
} ); process.
stdin
.
resume
();