export class Diff { static update(element: HTMLElement, html: string) { element.innerHTML = html } }