Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method EventEmitter.prototype.dispatch
import { EventEmitter } from "https://deno.land/x/frugal@0.5.0/packages/core/watch/EventEmitter.ts";

Dispatch the given event to all listener for this event

Type Parameters

EVENT extends EVENT_MAP[keyof EVENT_MAP & string]