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

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

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

Properties

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