811 B
811 B
Home > @apextoaster/js-utils > normalizeMap
normalizeMap() function
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Normalize a map-like of values into a dict of lists of strings.
Signature:
export declare function normalizeMap(map: MapLike<unknown>): Dict<Array<string>>;
Parameters
Parameter | Type | Description |
---|---|---|
map | MapLike<unknown> |
Returns:
Dict<Array<string>>