aboutsummaryrefslogtreecommitdiff
path: root/test/formatters/samplecode/oxfmt/in.js
blob: fd56713a2935a25879970f9729382aaaa6a0c6b9 (plain)
1
2
3
4
function HelloWorld({greeting = "hello", greeted = '"World"', silent = false, onMouseOver,}) {

  if(!greeting){return null};
  }