aboutsummaryrefslogtreecommitdiff
path: root/test/formatters/samplecode/js-beautify/out.js
blob: 69c745794051bc68357137b8ea52cd428f1aaf29 (plain)
1
2
3
4
5
6
7
8
9
10
11
function HelloWorld({
    greeting = "hello",
    greeted = '"World"',
    silent = false,
    onMouseOver,
}) {

    if (!greeting) {
        return null
    };
}