destructuring.ts 67 B

12345
  1. ({ foo = [] } = bar);
  2. function f({ x }?) {}
  3. function g([ x ]?) {}