<button data-s="up" data-r="up">0</button>
export const b = {}; export function up(_, __, el) { el.innerHTML = el.innerHTMLAsInt() + 1; }