fromRecord
fromRecord<
V>(rec):ReadonlyMap<string,V>
Defined in: Utils/Dict.ts:67
Creates a dictionary from a plain object. Keys are always strings.
Type Parameters
Section titled “Type Parameters”V
Parameters
Section titled “Parameters”Readonly<Record<string, V>>
Returns
Section titled “Returns”ReadonlyMap<string, V>