1
2
3
4
5
6
7
8
9
10
11
import { emails } from "https://esm.town/v/eric/emails";
import { setEmails } from "https://esm.town/v/eric/setEmails";
import { getEmails } from "https://esm.town/v/eric/getEmails";
untitled6372775 = export async function subscribe() {
const s = await getEmails()
console.log(s)
Array.from(arguments).forEach(x => s.add(x))
setEmails(s)
return emails.length
}