JSTQL-JS-Transform/output_testing/562globals-String.js

5 lines
No EOL
90 B
JavaScript

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