• Use patcher for patching properties insteadof calling Object.defineProperty individually since this will cause conflicts if multiple patches need to be applied to the same property

    Type Parameters

    • T extends object

    Parameters

    • prototype: T
    • fieldName: string
    • Optional beforeCallback: Prefix
    • Optional afterCallback: Postfix

    Returns void

Generated using TypeDoc