A pull-stream based duplex stream with a built-in queue, version 0.1.4, maintained for the pull-stream ecosystem. It allows transforming or validating data as it passes through, with options like sendMany to split arrays into multiple items. Designed to avoid null reads by returning a duplex stream. Lightweight, no dependencies, and integrates seamlessly with other pull-stream utilities.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Default export only; named import will be undefined.
CommonJS users must use default require, not destructuring.
pull-queue does not export TypeScript types; use pull-stream types.
Demonstrates a queue stream that filters out non-numeric values using a validation function.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.