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

5 lines
91 B
JavaScript
Raw Normal View History

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