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

23 lines
527 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [normalizeMap](./js-utils.normalizemap.md)
## normalizeMap() function
<b>Signature:</b>
```typescript
export declare function normalizeMap(map: MapLike<unknown>): Dict<Array<string>>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| map | <code>MapLike&lt;unknown&gt;</code> | |
<b>Returns:</b>
`Dict<Array<string>>`