process.env_clear

process.env_clear

process.env_clear

Function

Clear inherited environment variables before starting the child process.

Syntax

Parameters

No parameters.

Return value

TypeDescription
ProcessReturns the new process builder.

Example

Notes

  • Subsequent variables set through env/envs will still be written to the child process environment.