| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > MapExtensions
Helper functions for working with the Map<K, V> data type.
Signature:
export declare class MapExtensions |
Method |
Modifiers |
Description |
|---|---|---|
|
|
Adds all the (key, value) pairs from the source map into the target map. | |
|
|
Converts a string-keyed map to an object. |