Skip to content

AIDC Toolkit / Core / TypedConstructor

Type Alias: TypedConstructor<TConstructor> ​

TypedConstructor<TConstructor> = Constructor<ConstructorParameters<TConstructor>, InstanceType<TConstructor>>

Defined in: type.ts:54

Typed constructor, applicable to any constructor.

Type Parameters ​

TConstructor ​

TConstructor extends (...args) => InstanceType<TConstructor>

Constructor type.