Type alias InstanceType<T>

InstanceType<T>: T extends {}
    ? R
    : never

Obtain the return type of a constructor function type

Type Parameters

  • T