Appearance
PURISTA API
PURISTA API / @purista/core / InstanceOrType
InstanceOrType<T> = T extends Constructor ? InstanceType<T> : T
T
Constructor
InstanceType
Defined in: helper/types/InstanceOrType.ts:3