Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/cli/js/process.ts>RunOptions

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface RunOptions
import { type RunOptions } from "https://deno.land/x/deno@v1.0.0/cli/js/process.ts";

Properties

cmd: string[]
optional
cwd: string
optional
env: { [key: string]: string; }
optional
stdout: ProcessStdio | number
optional
stderr: ProcessStdio | number
optional
stdin: ProcessStdio | number