Skip to main content
type alias PatternEventCallback
import { type PatternEventCallback } from "https://deno.land/x/unified_event_emitter@v0.1.0/mod.ts";
definition: (event: string, ...args: any[]) => void | Promise<void>