Skip to content

Latest commit

 

History

History
58 lines (31 loc) · 787 Bytes

File metadata and controls

58 lines (31 loc) · 787 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

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

EnvironmentMap.unset() method

Removes the key from the map, if present.

Signature:

unset(name: string): void;

Parameters

Parameter

Type

Description

name

string

Returns:

void