tyneq / InstanceOf
Type Alias: InstanceOf<C>
InstanceOf<
C> =CextendsConstructor<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 |