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

10 lines
194 B
JavaScript
Raw Normal View History

function Component(props) {
const x = {};
const y = x |> Number(%);
return [x, y];
}
export const FIXTURE_ENTRYPOINT = {
fn: Component,
params: ["TodoAdd"],
isComponent: "TodoAdd"
};