Skip to main content

Interface: ProcessSnapshot

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

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


versions?โ€‹

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

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

node?โ€‹

readonly optional node?: unknown;