Skip to main content
Module

x/evt/mod.ts>Handler.WithEvt

💧EventEmitter's typesafe replacement
Go to Latest
type alias Handler.WithEvt
import { type Handler } from "https://deno.land/x/evt@v2.4.21/mod.ts";
const { WithEvt } = Handler;

Type Parameters

T
CtxResult
definition: { handler: Handler<T, any, CtxLike<CtxResult>>; evt: NonPostableEvtLike<T>; }