Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 776 Bytes

File metadata and controls

24 lines (16 loc) · 776 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @rushstack/node-core-library > IExecutableResolveOptions > environment

IExecutableResolveOptions.environment property

The environment variables for the child process.

Signature:

environment?: NodeJS.ProcessEnv;

Remarks

If environment and environmentMap are both omitted, then process.env will be used. If environment and environmentMap cannot both be specified.