Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/proc/src/deps/streams.ts>writableStreamFromWriter

A better way to work with processes in Deno.
Go to Latest
function writableStreamFromWriter
import { writableStreamFromWriter } from "https://deno.land/x/proc@0.20.42/src/deps/streams.ts";

Create a WritableStream from a Writer.

Parameters

writer: Writer
optional
options: WritableStreamFromWriterOptions = [UNSUPPORTED]