Skip to main content

Interface: ProcessSnapshot

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

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


versions?โ€‹

readonly optional versions: { node?: unknown; }

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

node?โ€‹

readonly optional node: unknown