apheleia/test/formatters/samplecode/js-beautify/out.js
2023-11-26 10:49:21 +00:00

11 lines
164 B
JavaScript

function HelloWorld({
greeting = "hello",
greeted = '"World"',
silent = false,
onMouseOver,
}) {
if (!greeting) {
return null
};
}