Module

x/proc/legacy/mod.ts>emptyOutput

A better way to work with processes in Deno.
Latest
function emptyOutput
import { emptyOutput } from "https://dotland.deno.dev/x/proc@0.21.9/legacy/mod.ts";

Dump stdout to the stdout of the parent process, unbuffered.

Parameters

optional
processStderr: StderrProcessor = [UNSUPPORTED]

A custom processor for stderr.

optional
errorHandler: ErrorHandler = [UNSUPPORTED]

A custom error handler.

import emptyOutput
import { emptyOutput } from "https://dotland.deno.dev/x/proc@0.21.9/legacy/mod.ts";