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

This commit is contained in:
Julien Valverdé
2024-02-14 02:07:12 +01:00
parent f849715a40
commit b5d97b5904
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@thilawyn/traitify-ts",
"version": "0.1.3",
"version": "0.1.4",
"type": "module",
"publishConfig": {
"registry": "https://git.jvalver.de/api/packages/thilawyn/npm/"

View File

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