Convert a pull-stream to a pullable callbag source
A tiny but capable push & pull stream library for TypeScript and Flow
Node.js Streams, a user-land copy of the stream library from Node.js
👜 Callbag operator which shares input stream between subscribers and emits last emitted value upon subscription.
debounce operator for callbag
👜 Callbag operator that buffers the stream until another stream emits a value.
minimal pull stream
Streaming http in the browser
Callbag operator that applies a transformation on data passing through it
Check if something is a Node.js stream
Get a stream as a string, Buffer, ArrayBuffer or array
A standard for JS callbacks
Utility function for plugging callbags together in chain
👜 Callbag source factory that emits values specified as arguments.
Toggle the CLI cursor
An iteration of the Node.js core streams with a series of improvements
Callbag factory that merges data from multiple callbag sources
Callbag factory that concatenates data from multiple callbag sources
A callbag sink (listener) that connects an Observer a-la RxJS.
👜 Callbag which creates a source from a given factory when sink subscribes.
Emits the values emitted by the source Callbag until a notifier Callbag emits a value
tar-stream is a streaming tar parser and generator and nothing else. It operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.
construct a pull-stream for reading from a writable source, can read old records, new (live) records, or both.
A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.