Type alias ConstructorOf<T, Args>

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

get the constructor function of type T

Type Parameters

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

Type declaration

    • new (...args): T
    • Parameters

      Returns T

Generated using TypeDoc