Skip to main content
property Deno.CommandOptions.env

Environmental variables to pass to the subprocess.

Type

Record<string, string>
Back to top