554 B
554 B
Home > @apextoaster/js-utils > makeDict
makeDict() function
Turns a map or dict into a dict
Signature:
export declare function makeDict<TVal>(map: Optional<MapLike<TVal>>): Dict<TVal>;
Parameters
Parameter | Type | Description |
---|---|---|
map | Optional<MapLike<TVal>> |
Returns:
Dict<TVal>