Name
Last commit
Last update
..
index.js 15/07/2020
license 15/07/2020
package.json 15/07/2020
readme.md 15/07/2020

to-readable-stream Build Status

Convert a string/Buffer/Uint8Array to a readable stream

Install

$ npm install to-readable-stream

Usage

const toReadableStream = require('to-readable-stream');

toReadableStream('🦄🌈').pipe(process.stdout);

API

toReadableStream(input)

Returns a stream.Readable.

input

Type: string Buffer Uint8Array

Value to convert to a stream.

Related

License

MIT :copyright: Sindre Sorhus