A transform stream class to conveniently modify streamable data line by line.
Line transform stream, reads bytes writes arrays of lines.
split a Text Stream into a Line Stream, using Stream 3
Encode and decode base64 encoded strings
Generic interruptible "parser" mixin for Transform & Writable streams
Encode and decode quoted-printable strings according to rfc2045
minimal implementation of a PassThrough stream
Object transformations implementing the Node.js `stream.Transform` API
Transform stream that allows you to run your transforms in parallel without changing the order
simple line-by-line stream reader
Buffer and transform the n first bytes of a stream
Pipe node.js streams safely with Promises
Transform stream that lets you peek the first line before deciding how to parse it
create a pipeline of streams using Minipass
CSV parsing implementing the Node.js `stream.Transform` API
construct pipes of streams of events
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Tiny utilities for inserting transformation logic into Node.js stream and Web Streams pipelines
A stream that emits multiple other streams one after another.
Transform stream to read line-by-line and write a string
Create a stream that emits events from multiple other streams
A stream meter that both counts the bytes piped through it, and can optionally abort on a max size. (e.g. limit a http request size)
TypeScript definitions for through2
Determine if an object is a Stream