Skip to content

ProcessInit

Defined in: src/process.ts:16

optional argv?: string[]

Defined in: src/process.ts:17


optional console?: string

Defined in: src/process.ts:27

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:22


optional cwd?: string

Defined in: src/process.ts:19


optional env?: Record<string, string>

Defined in: src/process.ts:18


optional parent?: Process

Defined in: src/process.ts:20


optional tty?: TTY | null

Defined in: src/process.ts:21