replacePatch
Function: replacePatch()
function replacePatch(
object: any,
property: string,
handler: (args: any[]) => any,
options: PatchOptions): Patch
Defined in: src/utils/patcher.ts:62
Parameters
object
any
property
string
handler
(args
: any
[]) => any
options
PatchOptions
= {}