[feature] `class()` at instance level
ngarbezza opened this issue · 0 comments
ngarbezza commented
Is your feature request related to a problem? Please describe.
I want to get the "class" (constructor function) object to avoid mentioning the class name. I think it's possible with the constructor
property.
Describe the solution you'd like
instance.class()
available for every Object.