JSTQL-JS-Transform/output_testing/548globals-Boolean.js

5 lines
No EOL
91 B
JavaScript

function Component(props) {
const x = {};
const y = x |> Boolean(%);
return [x, y];
}