0.1.4 #4

Merged
Thilawyn merged 68 commits from next into master 2024-02-20 01:39:38 +01:00
Showing only changes of commit 688e01c96c - Show all commits

View File

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