23 lines
527 B
Markdown
23 lines
527 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [@apextoaster/js-utils](./js-utils.md) > [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<unknown></code> | |
|
|
|
|
<b>Returns:</b>
|
|
|
|
`Dict<Array<string>>`
|
|
|