Skip to main content

Interface: ProcessSnapshot

Defined in: shared/utils/environment.ts:44

Immutable snapshot of the global process object used for environment detection. Tests can provide synthetic structures via the override helpers.

Propertiesโ€‹

env?โ€‹

readonly optional env?: Record<string, string | undefined>

Defined in: shared/utils/environment.ts:45


versions?โ€‹

readonly optional versions?: { node?: unknown; }

Defined in: shared/utils/environment.ts:46

node?โ€‹

readonly optional node?: unknown