Type Alias ConstructorOf<T, Args>

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

get the constructor function of type T

Type Parameters

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