• Returns ((target, propertyKey?, descriptor?) => void)

      • (target, propertyKey?, descriptor?): void
      • Parameters

        • target: any
        • Optional propertyKey: any
        • Optional descriptor: TypedPropertyDescriptor<any>

        Returns void