apheleia/test/formatters/samplecode/dprint/out.js
Ville Skyttä 53c0389b5e
Add support for dprint (#249)
https://dprint.dev

---------

Co-authored-by: Radon Rosborough <radon@intuitiveexplanations.com>
2023-12-14 18:30:35 -08:00

3 lines
130 B
JavaScript

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