Skip to main content
Deno 2 is finally 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.37/src/deps/streams.ts";

Create a WritableStream from a Writer.

Parameters

writer: Writer
optional
options: WritableStreamFromWriterOptions = [UNSUPPORTED]