Type alias AbstractConstructable<T>

AbstractConstructable<T>: NewableFunction & {
    prototype: T;
}

Type Parameters

  • T

Type declaration

  • prototype: T