Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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