lvkun996 1ab85a60dc init hai 1 ano
..
index.js 1ab85a60dc init hai 1 ano
license 1ab85a60dc init hai 1 ano
package.json 1ab85a60dc init hai 1 ano
readme.md 1ab85a60dc init hai 1 ano

readme.md

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 © Sindre Sorhus