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

10 lines
194 B
JavaScript
Raw Normal View History

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