In TS there is a trap for function’s return type
function a {
b();
}
function b {
// some operations
return
2023-01-17