Preparing search index...
The search index is not available
@tanzanite/discord-akairo
@tanzanite/discord-akairo
Util
deepAssign
Function deepAssign
deepAssign
<
A
extends
Record
<
string
,
any
>
,
B
extends
Record
<
string
,
any
>
>
(
target
:
A
,
...
os
:
B
[]
,
)
:
A
&
B
Deep assign properties to an object.
Type Parameters
A
extends
Record
<
string
,
any
>
B
extends
Record
<
string
,
any
>
Parameters
target
:
A
The object to assign values to.
...
os
:
B
[]
The objects to assign from.
Returns
A
&
B
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@tanzanite/discord-akairo
Loading...
Deep assign properties to an object.