SSE Transform Stream for parsing Server-Sent Events (SSE) using Web Streams API
Object transformations implementing the Node.js `stream.Transform` API
minimal implementation of a PassThrough stream
A TypeScript SSE proxy for MCP servers that use stdio transport.
Buffer and transform the n first bytes of a stream
split a Text Stream into a Line Stream, using Stream 3
Generic interruptible "parser" mixin for Transform & Writable streams
create a pipeline of streams using Minipass
Encode and decode base64 encoded strings
Encode and decode quoted-printable strings according to rfc2045
Tiny utilities for inserting transformation logic into Node.js stream and Web Streams pipelines
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
a streaming CRC32 checksumer
A mature CSV toolset with simple api, full of options and tested against large datasets.
Chain functions, generators, Node streams, and Web streams into a pipeline with backpressure support.
Strip UTF-8 byte order mark (BOM) from a stream
CSV parsing implementing the Node.js `stream.Transform` API
A tiny (741b) utility for Server Sent Event (SSE) streaming via `fetch` and Web Streams API
Node.js Transform and Async interface to convert JSON into CSV.
A composable stream processing pipeline for parsing OpenRouter/OpenAI streaming API responses. Each transform stream handles one layer of parsing and emits typed messages that flow through the pipeline.