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

5 lines
90 B
JavaScript
Raw Normal View History

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