Jsonifiable schema helpers
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Julien Valverdé
2024-01-16 15:08:24 +01:00
parent 56597350cd
commit 822149e930
6 changed files with 85 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
export * from "./JsonifiableSchemableClass"
export * from "./dejsonifySchemable"
export * from "./makeJsonifiableSchemableClass"
export * from "./schema"