| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > ProtectableMap > get
Retrieves the value for the specified key.
Signature:
get(key: K): V | undefined;|
Parameter |
Type |
Description |
|---|---|---|
|
key |
K |
Returns:
V | undefined
undefined if the value is undefined OR if the key is missing; otherwise returns the value associated with the key.