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

x/yxz/index.ts>subprocess.RunOptions

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