main
function foo(a) { const x = [a.b]; return x; } export const FIXTURE_ENTRYPOINT = { fn: foo, params: ['TodoAdd'], isComponent: 'TodoAdd', };