Type Alias InstanceOf<T>

InstanceOf: T extends new (...args: unknown[]) => infer R ? R : unknown

Type Parameters

  • T