Project setup

This commit is contained in:
Julien Valverdé
2024-01-28 18:00:39 +01:00
parent abb2774977
commit 44c913a05a
15 changed files with 672 additions and 2 deletions

3
src/util/index.ts Normal file
View File

@@ -0,0 +1,3 @@
export * from "./class"
export * from "./inheritance"
export * from "./trait"