@hat-open/util
Preparing search index...
fromPairs
Function fromPairs
fromPairs
<
T
>
(
arr
:
[
string
,
T
]
[]
)
:
Record
<
string
,
T
>
Convert array of key, value pairs to object
Type Parameters
T
Parameters
arr
:
[
string
,
T
]
[]
Returns
Record
<
string
,
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@hat-open/util
Loading...
Convert array of key, value pairs to object