to-readable-stream
Advanced tools
Weekly downloads
Readme
Convert a value to a
ReadableStream
Not to be confused with Node.js stream.Readable
, in which case, stream.Readable#from()
should be used instead.
npm install to-readable-stream
import toReadableStream from 'to-readable-stream';
toReadableStream('🦄🌈');
//=> ReadableStream<'🦄🌈'>
Returns a ReadableStream
.
The value to convert to a stream.
Convert a value to a ReadableStream
The npm package to-readable-stream receives a total of 7,884,369 weekly downloads. As such, to-readable-stream popularity was classified as popular.
We found that to-readable-stream demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.