1 2 3 4 5 6 7 8 9
const mod = function() { const a = "a"; const a1 = a; return { a }; }(); const a = mod; export { a };