Skip to main content
Module

x/evt/lib/Evt.ts>Evt

💧EventEmitter's typesafe replacement
Go to Latest
type alias Evt
import { type Evt } from "https://deno.land/x/evt@v2.3.1/lib/Evt.ts";
definition: import("./types/interfaces/Evt.ts").Evt<T>
variable Evt
import { Evt } from "https://deno.land/x/evt@v2.3.1/lib/Evt.ts";

type

{ readonly prototype: Evt<any>; readonly create: create; readonly newCtx: newCtx; readonly merge: merge; readonly from: from; readonly getCtx: ReturnType<getCtxFactory>; readonly loosenType: loosenType; readonly factorize: factorize; readonly asPostable: asPostable; readonly asyncPipe: asyncPipe; readonly asNonPostable: asNonPostable; new <T>(): Evt<T>; setDefaultMaxHandlers(n: number): void; }