1
2
3
let { lastPush } = await import("https://esm.town/v/supaspoida/lastPush");
export let push = (msg) => (lastPush = { time: Date.now(), msg });