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

23 lines
607 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; [pushMergeMap](./js-utils.pushmergemap.md)
## pushMergeMap() function
<b>Signature:</b>
```typescript
export declare function pushMergeMap<TKey, TVal>(...args: Array<Map<TKey, TVal | Array<TVal>>>): Map<TKey, Array<TVal>>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| args | <code>Array&lt;Map&lt;TKey, TVal &#124; Array&lt;TVal&gt;&gt;&gt;</code> | |
<b>Returns:</b>
`Map<TKey, Array<TVal>>`