class defaultimport { default } from "https://dotland.deno.dev/x/lume@v2.2.1/core/events.ts"; Class to manage the event listeners and dispatch events Type ParametersE extends EventPropertieslisteners: Map<string, Set<Listener<E>>>MethodsaddEventListener(type: string,listenerFn: EventListener<E>,options?: EventOptions,)Assign a listener to an event dispatchEvent(event: E)Dispatch an event