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