@mikuroxina/mini-fn
Preparing search index...
Record
mapKeysWith
Function mapKeysWith
mapKeysWith
<
V
>
(
combiner
:
(
newValue
:
V
)
=>
(
oldValue
:
V
)
=>
V
,
)
:
<
K1
extends
string
,
K2
extends
string
>
(
mapper
:
(
key
:
K1
)
=>
K2
,
)
=>
(
m
:
Record
<
K1
,
V
>
)
=>
Record
<
K2
,
V
>
Type Parameters
V
Parameters
combiner
:
(
newValue
:
V
)
=>
(
oldValue
:
V
)
=>
V
Returns
<
K1
extends
string
,
K2
extends
string
>
(
mapper
:
(
key
:
K1
)
=>
K2
,
)
=>
(
m
:
Record
<
K1
,
V
>
)
=>
Record
<
K2
,
V
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@mikuroxina/mini-fn
Loading...