Type alias Constructor<T>

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

Type Parameters

  • T = NonNullable<unknown>

Type declaration

    • new (...args): T
    • A generic object constructor.

      Parameters

      • Rest ...args: any[]

      Returns T

Generated using TypeDoc