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