Imagine the following scenario:
const sayHi = (name: string) => { if(!name) { throw new Error(\'you must inform name\') } console.log(\'hi\' + na