Appearance
@mastondzn/dank-twitch-irc / applyReplacement
Function: applyReplacement()
applyReplacement<
S
,T
,K
>(self
,target
,key
,newFunction
):void
Type parameters
• S
• T extends Record
<string
, any
>
• K extends string
| number
| symbol
Parameters
• self: S
• target: T
• key: K
• newFunction: OverrideFunction
<S
, T
, K
>
Returns
void