0.1.1 #8

Merged
Thilawyn merged 6 commits from next into master 2024-01-07 22:49:30 +01:00
Showing only changes of commit c7aaf72695 - Show all commits

View File

@@ -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.