GConstructor<T, Args>: (new (...args: Args) => T)

Represents a generic constructor.

Type Parameters

  • T
  • Args extends any[] = any[]