UNPKG

@eclipsejs/cli

Version:

Inject environment variables on runtime

9 lines (8 loc) 220 B
export default class Shell { initialize(coreProcess: string, processArgs: string[], env: { [key: string]: string; }): void; sanitizeEnv(env: { [key: string]: string | undefined; }): {}; }