Interface Constructor<T>

interface Constructor<T> {
    new Constructornew (...args: any): T;
}

Type Parameters

  • T

Constructors

Constructors