Module

x/dax/src/runtimes/process.common.ts>SpawnedChildProcess

Cross-platform shell tools for Deno and Node.js inspired by zx.
Very Popular
Latest
interface SpawnedChildProcess
import { type SpawnedChildProcess } from "https://dotland.deno.dev/x/dax@0.39.2/src/runtimes/process.common.ts";

Methods

stdin(): WritableStream
stdout(): ReadableStream
stderr(): ReadableStream
kill(signo?: Deno.Signal): void
waitExitCode(): Promise<number>