1
2
3
4
5
let { foo } = await import("https://esm.town/v/scio/foo");
export let fooify = (value) => {
foo = value;
};