flow_object_comment.js 126 B

123456789101112
  1. export default (
  2. {
  3. foo,
  4. bar
  5. }: {
  6. // comment
  7. foo?: Object,
  8. // comment 2
  9. bar?: Object,
  10. },
  11. ) => {}