Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/yxz/subprocess/mod.ts>RunOptions

Deno Standard Extensions
Latest
type alias RunOptions
Re-export
import { type RunOptions } from "https://deno.land/x/yxz@0.32.0/subprocess/mod.ts";
definition: (RunOptionsBase & { pipeText: string; stdin?: "piped"; }) | (RunOptionsBase & { pipeText?: undefined; }) | undefined