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?โ
readonlyoptionalenv:Record<string,string|undefined>
Defined in: shared/utils/environment.ts:43
versions?โ
readonlyoptionalversions: {node?:unknown; }
Defined in: shared/utils/environment.ts:44
node?โ
readonlyoptionalnode:unknown