• Experimental

    Applies decorators to a target object

    Parameters

    • decorators: Function[]

      The set of decorators to apply.

    • target: any

      The target object.

    • Optional key: string | symbol

      If specified, the own property to apply the decorators to.

    • Optional desc: any

      The property descriptor, defaults to fetching the descriptor from the target object.

    Returns any

Generated using TypeDoc