Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mutevents/mod.ts>EventListener

Typed, async, and promiseable events for Deno
Latest
type alias EventListener
import { type EventListener } from "https://deno.land/x/mutevents@5.4.1/mod.ts";

Type Parameters

T
K extends keyof T
definition: (x: T[K]) => T[K] | void | Promise<T[K] | void>