24 lines
652 B
Markdown
24 lines
652 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [@apextoaster/js-utils](./js-utils.md) > [mergeMap](./js-utils.mergemap.md)
|
||
|
|
||
|
## mergeMap() function
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export declare function mergeMap<TKey, TVal>(target: Map<TKey, TVal>, source: Map<TKey, TVal> | Array<[TKey, TVal]>): Map<TKey, TVal>;
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| target | <code>Map<TKey, TVal></code> | |
|
||
|
| source | <code>Map<TKey, TVal> | Array<[TKey, TVal]></code> | |
|
||
|
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
`Map<TKey, TVal>`
|
||
|
|