Skip to main content
Deno.CommandOptions.clearEnv - Deno documentation
property Deno.CommandOptions.clearEnv

Clear environmental variables from parent process.

Doesn't guarantee that only env variables are present, as the OS may set environmental variables for processes.

Type

boolean
Back to top