1
2
3
import { messages } from "https://esm.town/v/hyperNURb2/messages";
export let tell = (msg) => messages.push({ time: Date.now(), msg });