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