Search
    Preparing search index...
    • Type Parameters

      • T

      Parameters

      • clazz: new (...args: any[]) => T
      • decorators: {
            [P in string | number | symbol]?:
                | MethodDecorator
                | PropertyDecorator
                | MethodDecorator[]
                | PropertyDecorator[]
        }

      Returns void

    • Type Parameters

      • T

      Parameters

      • object: T
      • decorators: {
            [P in string | number | symbol]?:
                | MethodDecorator
                | PropertyDecorator
                | MethodDecorator[]
                | PropertyDecorator[]
        }

      Returns T