Strip "constructor" declaration from ImplClass
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -63,7 +63,7 @@ export class TraitBuilder<
|
|||||||
Simplify<
|
Simplify<
|
||||||
Omit<
|
Omit<
|
||||||
InstanceType<ImplClassWithAbstract>,
|
InstanceType<ImplClassWithAbstract>,
|
||||||
keyof Abstract
|
keyof Abstract | "constructor"
|
||||||
>
|
>
|
||||||
>
|
>
|
||||||
> &
|
> &
|
||||||
|
|||||||
Reference in New Issue
Block a user