Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dtils/deps.ts>streamUtils.WritableStreamFromWriterOptions

The best unofficial library of utilities for Deno applications
Go to Latest
interface streamUtils.WritableStreamFromWriterOptions
import { type streamUtils } from "https://deno.land/x/dtils@2.2.0/deps.ts";
const { WritableStreamFromWriterOptions } = streamUtils;

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.