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

This commit is contained in:
Julien Valverdé
2024-02-06 00:04:40 +01:00
parent db15ee23ba
commit 23a6c6cfe4
4 changed files with 49 additions and 22 deletions

View File

@@ -1,5 +1,6 @@
export {
abstract, expression, trait,
type Implements,
type Trait,
type TraitExpression
} from "."

6
src/util/lib.ts Normal file
View File

@@ -0,0 +1,6 @@
export {
Extend,
ExtendFn,
Extendable,
ExtendableFn
} from "."