Refactoring
All checks were successful
Lint / lint (push) Successful in 11s

This commit is contained in:
Julien Valverdé
2024-07-29 18:14:38 +02:00
parent 2ad29a147b
commit 6b7e16ceab
27 changed files with 192 additions and 210 deletions

8
src/Schema/index.ts Normal file
View File

@@ -0,0 +1,8 @@
export * from "./Class"
export * from "./Jsonifiable"
export * from "./Kind"
export * as MobX from "./MobX"
export * from "./MutableClass"
export * from "./MutableTaggedClass"
export * from "./Tag"
export * from "./TaggedClass"