1
2
3
4
5
6
let { fizz } = await import("https://esm.town/v/acmu/fizz");
export function clearMyApi(name) {
fizz = "";
return "clear yes nbnbnb";
}