Deno.RunOptions.env - Deno documentation
property Deno.RunOptions.env

Any environment variables to be set when running the sub-process.

Type

Record<string, string>