Skip to content

collectPassthroughEnv

collectPassthroughEnv(env?): Record<string, string>

Defined in: src/sandbox.ts:208

Pick the non-secret passthrough vars that are actually set in env.

Record<string, string | undefined> = process.env

Record<string, string>