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