Skip to main content
Module

std/node/stream.ts>Readable#wrap

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

Wrap an old-style stream as the async data source.

Parameters

stream: Stream