Type Alias Constructor<T>

Constructor: new () => T

A constructor type.

Type Parameters

  • T

Type declaration

    • new (): T
    • Returns T