Type alias Constructor<T>

Constructor<T>: (new (...a) => T)

Type Parameters

  • T = object

Type declaration

    • new (...a): T
    • Type of a class constructor

      Parameters

      • Rest ...a: any[]

      Returns T

Generated using TypeDoc