output.js 97 B

1234
  1. function foo(foo, bar = (_foo = foo) !== null && _foo !== void 0 ? _foo : "bar") {
  2. var _foo;
  3. }