import { EventTarget } from "https://deno.land/x/deno@v2.0.4/ext/web/lib.deno_web.d.ts";
EventTarget is a DOM interface implemented by objects that can receive events and may have listeners for them.
type
{ readonly prototype: EventTarget; new (): EventTarget; }