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

This commit is contained in:
Julien Valverdé
2024-02-07 21:38:11 +01:00
parent 051105414c
commit 7e474e2de9
3 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
export * from "./extend"
export * from "./inheritance"
export * from "./misc"
export namespace util {
}