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

Type Parameters

optional
TYPE extends string = any
optional
PAYLOAD = unknown
definition: { type: TYPE; } & PAYLOAD