Added export
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Julien Valverdé
2024-02-09 18:29:18 +01:00
parent 3cf5733869
commit 688e01c96c

View File

@@ -1,4 +1,4 @@
export { trait, type Trait } from "./Trait" export { trait, type Trait } from "./Trait"
export { Implements, type TraitExpression } from "./TraitExpression" export { Implements, ImplementsStatic, type TraitExpression } from "./TraitExpression"
export { expression } from "./TraitExpressionBuilder" export { expression } from "./TraitExpressionBuilder"
export { abstract } from "./abstract" export { abstract } from "./abstract"