import { CommandChild } from "https://deno.land/x/dax@0.28.0/src/command.ts";
Constructors
new
CommandChild(executor: (resolve: (value: CommandResult) => void, reject: (reason?: any) => void) => void, options?: { pipedStdoutBuffer: PipedBuffer | undefined; pipedStderrBuffer: PipedBuffer | undefined; abortController: AbortController | undefined; })