Type alias ClassDecorator

ClassDecorator: ((target: any) => void)

Type declaration

    • (target: any): void
    • Parameters

      • target: any

      Returns void

Generated using TypeDoc