Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/proc/tests/deps/streams.ts>WritableStreamFromWriterOptions

A high-level way to run child processes that is easy, flexible, powerful, and prevents resource leaks.
Go to Latest
interface WritableStreamFromWriterOptions
import { type WritableStreamFromWriterOptions } from "https://deno.land/x/proc@0.20.5/tests/deps/streams.ts";

Properties

optional
autoClose: boolean = true

If the writer is also a Closer, automatically close the writer when the stream is closed, aborted, or a write error occurs.