$ cnpm install to-readable-stream
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
Copyright 2013 - present © cnpmjs.org