export let a = "hello"; export function b() { console.log("world"); } // export default function () { // console.log("world"); // }