JSTQL-JS-Transform/output_testing/596globals-Number.js

5 lines
No EOL
90 B
JavaScript

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