Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias TypedCustomEvent
import { type TypedCustomEvent } from "https://deno.land/x/evtemitter@2.0.0/EventEmitter.ts";

Type Parameters

Type extends string
optional
Detail = unknown
definition: CustomEvent<Detail> & { type: Type; }