Function: snapshotEnv()
snapshotEnv(
env?):Record<string,string>
Shallow copy of the current process environment.
Parameters
Section titled “Parameters”ProcessEnv = process.env
Returns
Section titled “Returns”Record<string, string>
snapshotEnv(
env?):Record<string,string>
Shallow copy of the current process environment.
ProcessEnv = process.env
Record<string, string>