Work
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Julien Valverdé
2024-02-04 23:59:12 +01:00
parent 56e4af7302
commit 33275ae63e
3 changed files with 33 additions and 28 deletions

View File

@@ -57,7 +57,7 @@ const builder = expression
StatefulSubscription,
)
type T = TraitExpression.OwnTraits<typeof builder.expression>
type T = TraitExpression.AllTraits<typeof builder.expression>
const exp = builder.get()
type Abs = Implements<typeof exp>