interface dom.MutationEvent
implements Event
import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { MutationEvent } = dom;
Provides event properties that are specific to modifications to the Document Object Model (DOM) hierarchy and nodes.