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

x/proc/legacy/mod.ts>stringArrayOutput

A better way to work with processes in Deno.
Go to Latest
function stringArrayOutput
Re-export
import { stringArrayOutput } from "https://deno.land/x/proc@0.21.5/legacy/mod.ts";

A hander for string[] output.

Parameters

optional
processStderr: StderrProcessor = [UNSUPPORTED]

A custom processor for stderr.

optional
errorHandler: ErrorHandler = [UNSUPPORTED]

A custom error handler.