Function makeCustomDecorator

  • A custom decorator factory function, in order to allow defining custom reusable decorators.

    Type Parameters

    • S = any

    • D = any

    Parameters

    Returns ((params?) => PropertyDecorator)

      • (params?): PropertyDecorator
      • Parameters

        Returns PropertyDecorator

Generated using TypeDoc