I am currently utilizing stacktrace.js as an include in my code base.
Within this include, there is a method available for retrieving the stacktrace by invoking StaceTrace.get()
I am struggling to figure out how I can call this method from TypeScript. I came across an example where you could declare a variable with the same name as the method, but unfortunately, I cannot do that since the method belongs to the StackTrace object.
This problem is really frustrating me. Any assistance would be greatly appreciated.