Content-Length: 302828 | pFad | http://github.com/sindresorhus/into-stream

DB GitHub - sindresorhus/into-stream: Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream
Skip to content

Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream

License

Notifications You must be signed in to change notification settings

sindresorhus/into-stream

into-stream

Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream

Correctly handles backpressure.

Install

npm install into-stream

Usage

import intoStream from 'into-stream';

intoStream('unicorn').pipe(process.stdout);
//=> 'unicorn'

API

intoStream(input)

Type: Buffer | TypedArray | ArrayBuffer | string | Iterable<Buffer | string> | AsyncIterable<Buffer | string> | Promise
Returns: Readable stream

intoStream.object(input)

Type: object | Iterable<object> | AsyncIterable<object> | Promise
Returns: Readable object stream

Related









ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/sindresorhus/into-stream

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy