Project build

This commit is contained in:
Julien Valverdé
2023-12-09 02:06:43 +01:00
parent d7c80f0ba7
commit ddd3388534
9 changed files with 266 additions and 0 deletions

3
src/index.ts Normal file
View File

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