Maik 605bfceacd module | %!s(int64=3) %!d(string=hai) anos | |
---|---|---|
.. | ||
index.js | %!s(int64=3) %!d(string=hai) anos | |
license | %!s(int64=3) %!d(string=hai) anos | |
package.json | %!s(int64=3) %!d(string=hai) anos | |
readme.md | %!s(int64=3) %!d(string=hai) anos |
Convert a string/Buffer/Uint8Array to a readable stream
$ npm install to-readable-stream
const toReadableStream = require('to-readable-stream');
toReadableStream('🦄🌈').pipe(process.stdout);
Returns a stream.Readable
.
Type: string
Buffer
Uint8Array
Value to convert to a stream.
MIT © Sindre Sorhus