into-stream
Stream converter
Converts various input types into readable streams.
Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream
207 stars
7 watching
14 forks
Language: JavaScript
last commit: about 1 year ago
Linked from 1 awesome list
nodejsnpm-packagereadable-streamstream
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/to-readable-stream | Converts a string or binary data into a stream for piping to other tools | 90 |
sindresorhus/get-stream | A utility library for working with streams in JavaScript | 342 |
sindresorhus/noop-stream | Creates streams with minimal data production or discarding of received data. | 52 |
sindresorhus/is-stream | A utility library to check if an object is a Node.js stream | 111 |
sindresorhus/observable-to-promise | Converts an Observable to a Promise for asynchronous data handling | 47 |
sindresorhus/first-chunk-stream | Transforms the first chunk of a stream into a specified format and sends it to the stream | 27 |
sindresorhus/pad-stream | Transforms input streams by padding each line with a specified indent | 11 |
then/sprom | A utility for converting Node.js Streams into Promises | 14 |
sindresorhus/random-bytes-readable-stream | Creates a stream producing cryptographically strong pseudo-random data | 76 |
nodejs/readable-stream | Provides a Node.js implementation of the core streams classes for userland development | 1,032 |
sindresorhus/dev-null-cli | Creates a null stream from input data | 92 |
sindresorhus/p-pipe | Creates a reusable pipeline of promise-returning functions to compose and chain together multiple asynchronous operations. | 122 |
sindresorhus/pretty-bytes-cli | Converts bytes to a human-readable string representation. | 68 |
sindresorhus/cpy-cli | Copies files from source to destination using streams and directory utilities. | 345 |
sindresorhus/pretty-bytes | Converts bytes to human-readable strings | 1,117 |