Function AddMixin

  • Decorator wrapper around the applyMixins function

    Parameters

    • Rest ...mixins: ClassConstructor<unknown>[]

    Returns ((target: any) => void)

      • (target: any): void
      • Parameters

        • target: any

        Returns void

Generated using TypeDoc