Type Alias AnyConstructor<Params>

AnyConstructor: new (..._args: Params) => void

Type Parameters

  • Params extends any[] = any[]