Type alias Constructor<I>

Constructor<I>: (new (...args) => I)

Type Parameters

  • I

Type declaration

    • new (...args): I
    • Parameters

      • Rest ...args: any[]

      Returns I