@adorkable/eunomia-typescript
github
Preparing search index...
mapReduce
Function mapReduce
mapReduce
<
ResultType
>
(
items
:
object
,
reducer
:
(
accumulatedValue
:
ResultType
,
currentItem
:
any
,
currentKey
:
string
,
)
=>
ResultType
,
initialValue
:
ResultType
,
)
:
ResultType
Type Parameters
ResultType
Parameters
items
:
object
reducer
:
(
accumulatedValue
:
ResultType
,
currentItem
:
any
,
currentKey
:
string
,
)
=>
ResultType
initialValue
:
ResultType
Returns
ResultType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
github
@adorkable/eunomia-typescript
Loading...