Rush StackShopBlogEvents
Skip to main content

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

EnvironmentMap.get() method

Returns the value of the specified variable, or undefined if the map does not contain that name.

Signature:

get(name: string): string | undefined;

Parameters

ParameterTypeDescription
namestring

Returns:

string | undefined