bug.js 70 B

12345
  1. const foo = {
  2. bar: props.bar ? props.bar : noop,
  3. baz: props.baz
  4. }