Using the IR compiler how does a companion object ...
# javascript
a
Using the IR compiler how does a companion object work? Currently its generating typescript class with a "readonly Companion" but it seems I need an instance of the class to use the companion functions