Function SupportType

  • Returns {
        (target): void;
        (target, propertyKey): void;
    }

      • (target): void
      • Parameters

        • target: Function

        Returns void

      • (target, propertyKey): void
      • Parameters

        • target: Object
        • propertyKey: string | symbol

        Returns void