Hello! Is there a way to check the instance of a kotlin Exception from Typescript?
I want to be able to do
t instanceof IllegalStateException
when the error is created by Kotlin and passed explicitly through a method to my typescript, but I don't know how to make Kotlin exceptions visible in my d.ts file.