good.ts 76 B

1234
  1. function foo1(_bar: string) {
  2. const bar = _bar || '';
  3. return bar;
  4. }