Skip to main content

env

property Deno.CommandOptions.env

Environmental variables to pass to the subprocess.

Record<string, string>
Back to top