Co-authored-by: Julien Valverdé <julien.valverde@mailo.com> Reviewed-on: https://git.jvalver.de/Thilawyn/traitify-ts/pulls/8
This commit was merged in pull request #8.
This commit is contained in:
@@ -39,7 +39,7 @@ export class TraitExpression<
|
||||
) as any
|
||||
}
|
||||
|
||||
implementsStatic(target: ImplementsStatic<typeof this>, context: any) {}
|
||||
staticImplements(target: StaticImplements<typeof this>, context: any) {}
|
||||
|
||||
subtrait<
|
||||
This extends TraitExpression<typeof TraitExpression.NullSuperclass, any>
|
||||
@@ -106,7 +106,7 @@ export type Implements<
|
||||
>
|
||||
)
|
||||
|
||||
export type ImplementsStatic<
|
||||
export type StaticImplements<
|
||||
Exp extends TraitExpression<any, Trait<any, any, any, any>[]>
|
||||
> = (
|
||||
Simplify<
|
||||
|
||||
Reference in New Issue
Block a user