Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface ForkOptions
import { type ForkOptions } from "https://deno.land/std@0.172.0/node/child_process.ts";

Properties

optional
execPath: string | undefined
optional
execArgv: string[] | undefined
optional
silent: boolean | undefined