Skip to content

tyneq


tyneq / InstanceOf

Type Alias: InstanceOf<C>

InstanceOf<C> = C extends Constructor<infer TInstance> ? TInstance : never

Defined in: src/types/utility.ts:21

A type that extracts the instance type from a constructor.

Type Parameters

Type Parameter
C