import { removeEventListener } from "https://deno.land/x/deno@v0.28.0/cli/js/lib.deno_runtime.d.ts";
type
() => void
type: string,
callback: (event: __domTypes.Event) => void | null,
options?: boolean | __domTypes.EventListenerOptions | undefined,