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

23 lines
551 B
Markdown
Raw Normal View History

2020-03-29 14:10:40 +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; [pairsToMap](./js-utils.pairstomap.md)
## pairsToMap() function
<b>Signature:</b>
```typescript
export declare function pairsToMap<TVal>(pairs: Array<NameValuePair<TVal>>): Map<string, TVal>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| pairs | <code>Array&lt;NameValuePair&lt;TVal&gt;&gt;</code> | |
<b>Returns:</b>
`Map<string, TVal>`