• Returns ((target: DecoratorTarget, targetKey?: string | symbol, indexOrPropertyDescriptor?: number | TypedPropertyDescriptor<unknown>) => void)

      • (target: DecoratorTarget, targetKey?: string | symbol, indexOrPropertyDescriptor?: number | TypedPropertyDescriptor<unknown>): void
      • Parameters

        • target: DecoratorTarget
        • Optional targetKey: string | symbol
        • Optional indexOrPropertyDescriptor: number | TypedPropertyDescriptor<unknown>

        Returns void

Generated using TypeDoc