Skip to main content
Module

x/denoexec/mod.ts>env

A higher level wrapper around https://doc.deno.land/builtin/stable#Deno.run
Latest
function env
import { env } from "https://deno.land/x/denoexec@v1.1.5/mod.ts";

Set a custom environment for the child process.

Parameters

v: Record<string, string>
proc: ProcessDeferred

Returns

ProcessDeferred