Skip to main content
Module

x/evt/lib/types/Handler.ts

💧EventEmitter's typesafe replacement
Go to Latest
import * as evt from "https://deno.land/x/evt@v2.4.3/lib/types/Handler.ts";

Type Aliases

Handlers params that come from the arguments passed to the method invoked

Handlers params that are implicitly specified by the method used: attachOnce => once attachOncePrepend => once + prepend waitFor => once + async ...