Type alias Constructor<T>

Constructor<T>: (new (...args: any[]) => T)

Type Parameters

  • T

Type declaration

    • new (...args: any[]): T
    • Base type for a constructor function.

      Parameters

      • Rest ...args: any[]

      Returns T