import { fp } from "https://deno.land/x/hex@0.5.15/src/mod.ts";
const { emitter } = fp;
type
() => Promise<void>
events: Record<string, EventType[]>,
eventName: string,
args?: readonly unknown[],
loggers?: readonly LoggerType[],
import { fp } from "https://deno.land/x/hex@0.5.15/src/mod.ts";
const { emitter } = fp;