1
0
Fork 0
js-utils/docs/api/js-utils.mergemap.md

24 lines
652 B
Markdown
Raw Normal View History

2020-03-29 13:43:52 +00:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [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&lt;TKey, TVal&gt;</code> | |
| source | <code>Map&lt;TKey, TVal&gt; &#124; Array&lt;[TKey, TVal]&gt;</code> | |
<b>Returns:</b>
`Map<TKey, TVal>`