This commit is contained in:
@@ -28,7 +28,7 @@ export type Trait<
|
|||||||
export type TraitApplier<
|
export type TraitApplier<
|
||||||
C extends AbstractClass<any>
|
C extends AbstractClass<any>
|
||||||
> =
|
> =
|
||||||
(Parent: AbstractConstructor<any>) => C
|
(Parent: AbstractConstructor<object>) => C
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the class type of a trait.
|
* Returns the class type of a trait.
|
||||||
|
|||||||
Reference in New Issue
Block a user