type alias EventMap
import { type EventMap } from "https://dotland.deno.dev/x/events_ts@1.0.0/mod.ts";

The event map.

Examples

{ message: (message: string) => void }

definition: Record<string | symbol, (...args: any[]) => void>