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

x/proc/mod3.ts>ProcessEnumerable#toWriter

A better way to work with processes in Deno.
Go to Latest
method ProcessEnumerable.prototype.toWriter
Re-export
import { ProcessEnumerable } from "https://deno.land/x/proc@0.21.1/mod3.ts";

Dump output to a writer and close it.

This is a low-level asynchronous write of bytes without locking.

Parameters

The target writer.