5 lines
223 B
TypeScript
5 lines
223 B
TypeScript
export { trait, type Trait } from "./Trait"
|
|
export { Implements, ImplementsStatic, type TraitExpression } from "./TraitExpression"
|
|
export { expression } from "./TraitExpressionBuilder"
|
|
export { abstract } from "./abstract"
|