@adorkable/eunomia-typescript
github
Preparing search index...
mapArrayToIndexMap
Function mapArrayToIndexMap
mapArrayToIndexMap
<
ArrayValueType
>
(
items
:
readonly
ArrayValueType
[]
,
mapTo
?:
(
value
:
ArrayValueType
,
indexKey
:
string
)
=>
ArrayValueType
,
)
:
Promise
<
Record
<
string
,
ArrayValueType
>
>
Type Parameters
ArrayValueType
Parameters
items
:
readonly
ArrayValueType
[]
Optional
mapTo
:
(
value
:
ArrayValueType
,
indexKey
:
string
)
=>
ArrayValueType
Returns
Promise
<
Record
<
string
,
ArrayValueType
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
github
@adorkable/eunomia-typescript
Loading...