I want to get the name of the current method from within an instance method of a class in Typescript.
(Pseudocode, doesn\'t work):
class Foo { ba
for class name - Foo.name for method name - this.bar.name
Foo.name
this.bar.name