A combination of through2 and split with a straightforward interface.
split a Text Stream into a Line Stream, using Stream 3
Object transformations implementing the Node.js `stream.Transform` API
TypeScript definitions for split2
minimal implementation of a PassThrough stream
Split email messages into an object stream
Convert Node Streams into ECMAScript-Observables
Buffer and transform the n first bytes of a stream
Turn a readable stream into multiple readable streamx streams
Generic interruptible "parser" mixin for Transform & Writable streams
Safely push each item of an array to a stream
Transform stream to read line-by-line and write a string
Chop a single stream of data into a series of readable streams
create a pipeline of streams using Minipass
Encode and decode base64 encoded strings
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
Encode and decode quoted-printable strings according to rfc2045
Tiny utilities for inserting transformation logic into Node.js stream and Web Streams pipelines
split a Text Stream into a Line Stream
TypeScript definitions for through2
simple line-by-line stream reader
Transform stream that allows you to run your transforms in parallel without changing the order
TypeScript definitions for base64-stream
Create a transform stream using await instead of callbacks