|
|
|
|
|
by davidatbu
1373 days ago
|
|
You might be interested in DeepKit[0]. In short, it enables introspection/reflection of typescript types at runtime, and builds off of that to do super interesting things like an ORM, an API framework, ... etc. [0] https://deepkit.io/ |
|
But I will check if maybe I can use DeepKit to auto-generate files with the reflection info I need as a separate build step.