const x = 10; export default function stuff(n) { console.log("HELLO " + n + x); }