input.js 58 B

1234
  1. function foo(opts) {
  2. var foo = opts.foo ?? "default";
  3. }