:wave: Guys, I love SKIE. Was wondering - we have ...
# touchlab-tools
m
👋 Guys, I love SKIE. Was wondering - we have top level functions translations, why isn't there something for static `object`s?
t
There unfortunately isn't a way to make the
.Type
of a class implement be of a type, so it'd be weird that you can call the methods directly on an object, but then you'd have to use
SomeObject.shared
to get the instance. However, we're open to feature requests for sure, just need to see more people want it. If you could open a discussion topic on our repository and explain in detail what's the usecase, we can then see if other folks would want that feature too. Thanks!
m
Yeah sure, will do tomorrow 🙂