0.1.15 #15

Merged
Thilawyn merged 2 commits from next into master 2024-03-09 05:16:54 +01:00
Showing only changes of commit 797e151d0c - Show all commits

View File

@@ -63,7 +63,7 @@ export class TraitBuilder<
Simplify<
Omit<
InstanceType<ImplClassWithAbstract>,
keyof Abstract
keyof Abstract | "constructor"
>
>
> &