Home > @rushstack/node-core-library > IEnvironmentEntry
IEnvironmentEntry interface
A process environment variable name and its value. Used by EnvironmentMap .
Signature:export interface IEnvironmentEntry
Properties
Property | Type | Description |
---|---|---|
name | string | The name of the environment variable. |
value | string | The value of the environment variable. |