truncating-stream
A Node v0.10 Transform stream that truncates its input at a specified limit.
Prompted by this node.js mailing list question
USAGE
var t = limit : someNumber readable var seen = 0t
A Node v0.10 Transform stream that truncates its input at a specified limit.
Prompted by this node.js mailing list question
var t = limit : someNumber readable var seen = 0t
npm i truncating-stream
676
1.0.2
ISC