Type alias IDecorator

IDecorator: ((target, key, descriptor?) => void)

Type declaration

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

      • target: Object
      • key: string | symbol
      • Optional descriptor: PropertyDescriptor
        Optional

      Returns void

Generated using TypeDoc