Skip to content

ProcessInit

Defined in: src/process.ts:12

optional argv?: string[]

Defined in: src/process.ts:13


optional console?: string

Defined in: src/process.ts:23

What to open the standard descriptors on when there is no parent to inherit them from.

'/dev/console'

optional context?: FSContext

Defined in: src/process.ts:18


optional cwd?: string

Defined in: src/process.ts:15


optional env?: Record<string, string>

Defined in: src/process.ts:14


optional parent?: Process

Defined in: src/process.ts:16


optional tty?: TTY | null

Defined in: src/process.ts:17