to-readable-stream
Data pipe
Converts a string or binary data into a stream for piping to other tools
Convert a string/Buffer/Uint8Array to a readable stream
90 stars
4 watching
14 forks
Language: JavaScript
last commit: about 2 years ago nodejsnpm-packagereadable-streamstream
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/into-stream | Converts various input types into readable streams. | 207 |
sindresorhus/noop-stream | Creates streams with minimal data production or discarding of received data. | 52 |
sindresorhus/get-stream | A utility library for working with streams in JavaScript | 342 |
nodejs/readable-stream | Provides a Node.js implementation of the core streams classes for userland development | 1,033 |
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 |
sindresorhus/pretty-bytes-cli | Converts bytes to a human-readable string representation. | 68 |
sindresorhus/pretty-bytes | Converts bytes to human-readable strings | 1,122 |
sindresorhus/dev-null-cli | Creates a null stream from input data | 92 |
sindresorhus/npm-run-path | Prepends a user's PATH with local binaries | 104 |
sindresorhus/npm-user | Extracts user data from an npm user's profile page | 57 |
sindresorhus/gulp-filter | A plugin for Gulp that enables filtering of file streams using glob patterns | 315 |
sindresorhus/uint8array-extras | A utility library for working with binary data in JavaScript | 214 |