collectPassthroughEnv
collectPassthroughEnv(
env?):Record<string,string>
Defined in: src/sandbox.ts:208
Pick the non-secret passthrough vars that are actually set in env.
Parameters
Section titled “Parameters”Record<string, string | undefined> = process.env
Returns
Section titled “Returns”Record<string, string>