Preparing search index...
The search index is not available
Welshman Docs
Welshman Docs
@welshman/lib
addToKey
Function addToKey
Adds value to Set at key in object
addToKey
<
T
>
(
m
:
Record
<
string
,
Set
<
T
>
>
,
k
:
string
,
v
:
T
)
:
void
Type Parameters
T
Parameters
m
:
Record
<
string
,
Set
<
T
>
>
Object mapping keys to Sets
k
:
string
Key to add to
v
:
T
Value to add
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Welshman Docs
Loading...
Adds value to Set at key in object