Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/node-core-library > EnvironmentMap > caseSensitive

EnvironmentMap.caseSensitive property

Whether the environment variable names are case-sensitive.

Signature:

readonly caseSensitive: boolean;

Remarks

On Windows operating system, environment variables are case-insensitive. The map will preserve the variable name casing from the most recent assignment operation.