702 B
702 B
Home > @apextoaster/js-utils > normalizeMap
normalizeMap() function
Warning: This API is now obsolete.
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>>