AIDC Toolkit / Core / TypedAbstractConstructor
Type Alias: TypedAbstractConstructor<TConstructor> ​
TypedAbstractConstructor<
TConstructor> =AbstractConstructor<ConstructorParameters<TConstructor>,InstanceType<TConstructor>>
Defined in: type.ts:63
Typed abstract constructor, applicable to any constructor.
Type Parameters ​
TConstructor ​
TConstructor extends (...args) => InstanceType<TConstructor>
Constructor type.