Skip to content

Interface: IConstructor<T>

Constructor signature for a value of type T.

Type Parameters

Type Parameter
T

Constructors

Constructor

ts
new IConstructor(...args: AnyArgs): T;

Parameters

ParameterType
...argsAnyArgs

Returns

T

Properties

prototype

ts
prototype: T;