Skip to main content
Module

std/node/stream.ts>Readable.from

Deno standard library
Go to Latest
method Readable.from
Re-export
import { Readable } from "https://deno.land/std@0.158.0/node/stream.ts";

A utility method for creating Readable Streams out of iterators.

Parameters

iterable: Iterable<any> | AsyncIterable<any>
optional
options: ReadableOptions