Streams
readable-stream1K

Mirror of Streams2 and Streams3 implementations in core.

get-stream342

Get a stream as a string or buffer.

byline324

Super-simple line-by-line Stream reader.

multistream288

Combine multiple streams into a single stream.

pumpify256

Combine an array of streams into a single duplex stream.

into-stream206

Convert a buffer/string/array/object into a stream.

duplexify191

Turn a writeable and readable stream into a single streams2 duplex stream.

from2132

Convenience wrapper for ReadableStream, inspired by through2.

binary-split77

Newline (or any delimiter) splitter stream.

through2-concurrent74

Transform object streams concurrently.

peek-stream57

Transform stream that lets you peek the first line before deciding how to parse it.

first-chunk-stream26

Transform the first chunk in a stream.

pad-stream11

Pad each line in a stream.