Skip to content Skip to sidebar Skip to footer
Showing posts with the label Typescript2.2

Why Ts Complains With Function Declarations Inside Function Body

I have this error from TS: It's pretty clear why the error occurs: function outer(){ if (t… Read more Why Ts Complains With Function Declarations Inside Function Body