Type Alias ClassConstructor<T>

ClassConstructor: abstract new (...args: any[]) => NonNullable<T>

Type Parameters

  • T