Interface IConstructor<TResult>

Represents a type with a constructor

interface IConstructor {
    new IConstructornew (...args): TResult;
    prototype: TResult;
}

Type Parameters

  • TResult

Hierarchy

Constructors

Properties

Constructors

  • Parameters

    • Rest ...args: any[]

    Returns TResult

Properties

prototype: TResult

Generated using TypeDoc