getWeek()
jsconst { getWeek } = await import("../date-fns.min.js/script.js"); const date = new Date(); alert(`${date}: ${getWeek(date)}`);