Home > @apextoaster/js-utils > makeDict
Turns a map or dict into a dict
Signature:
export declare function makeDict<TVal>(map: Maybe<MapLike<TVal>>): Dict<TVal>;
Returns:
Dict<TVal>