You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can, as far as the generics are not interfaces.
As a future goal, I'd like to give metadata to interfaces too, but as they disappear totally from the JavaScript runtime it's a bit harder than giving metadata to classes.
Is it enough for you to work with classes instead?
Hello,
I'm working on a ORM that heavily relies on Generics. I was wondering if the lib could be useful to introspect a object at runtime.
Use case:
I want to be able to iterate over the properties of the generic type
T
, in the case of the schema object,ISchema
.Thanks!
The text was updated successfully, but these errors were encountered: