aboutsummaryrefslogtreecommitdiff
path: root/test/formatters/samplecode/dprint/out.js
blob: c0c58c0803351edcc3245e38765cba988c4dca66 (plain)
1
2
3
function HelloWorld({ greeting = "hello", greeted = "\"World\"", silent = false, onMouseOver }) {
  if (!greeting) return null;
}