Type Alias AnyConstructor<Params>

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

Type Parameters

  • Params extends any[] = any[]