function oldFuncName(param: boolean) { if (param) { return false; } return 'yay!'; }