sindresorhus / into-stream
Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream
☆206Updated last year
Alternatives and similar repositories for into-stream:
Users that are interested in into-stream are comparing it to the libraries listed below
- Split Streams3 style☆289Updated 10 months ago
- Create an error from multiple errors☆245Updated last year
- 🕐 Performance timings for HTTP requests☆191Updated 3 years ago
- A stream that emits multiple other streams one after another (streams3)☆293Updated 3 years ago
- Get a stream as a string, Buffer, ArrayBuffer or array☆348Updated 6 months ago
- Check if something is a Node.js stream☆111Updated 6 months ago
- when you want to fire an event no matter how a process exits.☆191Updated last year
- Clean up error stack traces☆340Updated 2 years ago
- Create and parse HTTP Content-Type header☆136Updated 9 months ago
- Create a lazy promise that defers execution until it's awaited or when .then() or .catch() is called☆273Updated 6 months ago
- A stream implementation that does more by doing less☆252Updated 11 months ago
- Convert a string/Buffer/Uint8Array to a readable stream☆90Updated 2 years ago
- Get callsites from the V8 stack trace API☆266Updated 10 months ago
- Reverse minimist. Convert an object of options into an array of command-line arguments☆185Updated 2 years ago
- Safely and quickly serialize JavaScript objects☆349Updated 4 months ago
- Call a callback when a readable/writable/duplex stream has completed or failed.☆149Updated 4 years ago
- Captures and cleans stack traces.☆194Updated last year
- Get stdin as a string or buffer☆337Updated last year
- Wait for any promise to be fulfilled☆54Updated 2 years ago
- Reliably get the terminal window size☆140Updated last year
- Use HTTP/2 the same way like HTTP/1☆243Updated last year
- Write data to a random temporary file☆105Updated 9 months ago
- Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input☆192Updated 10 months ago
- Compose promise-returning & async functions into a reusable pipeline☆123Updated 4 years ago
- Compare, format, diff and serialize any JavaScript value☆209Updated this week
- Creates super long stack traces☆195Updated 6 months ago
- 🚸 Cross platform children list of a PID.☆124Updated 2 years ago
- Convert streams (readable or writable) to promises