Type Alias ConstructorOf<T, Args>

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

get the constructor function of type T

Type Parameters

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