Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TypedEventListenerOrEventListenerObject

import type { TypedEventListenerOrEventListenerObject } from "https://raw.githubusercontent.com/worker-tools/typed-event-target/master/index.ts";
type TypedEventListenerOrEventListenerObject<E extends Event> = TypedEventListener<E> | TypedEventListenerObject<E>;

§Type Parameters

§
E extends Event
[src]

§Type