Interface Constructable<T>

确保此类型是可构造的

Type Parameters

  • T extends (new (...args: any) => InstanceType<T>)

Hierarchy

  • Constructable

Constructors

Constructors