0.1.20 #20

Merged
Thilawyn merged 12 commits from next into master 2024-05-01 02:51:13 +02:00
Showing only changes of commit bb9f1c1421 - Show all commits

View File

@@ -14,7 +14,7 @@ export function extendsEffectSchemaExpression<
const Traits extends readonly Trait<any, any, any, any>[], const Traits extends readonly Trait<any, any, any, any>[],
>( >(
expression: TraitExpression< expression: TraitExpression<
S.Class<void, Fields, A, I, R, C, Inherited, Proto>, S.Class<unknown, Fields, A, I, R, C, Inherited, Proto>,
Traits Traits
> >
) { ) {