1
2
3
let { fizz } = await import("https://esm.town/v/stevekrouse/fizz");
export const moreBuzz = () => (fizz += "buzz");