Skip to main content
Module

x/steam_trader/deps.ts>Evt

https://deno.land/x/steam_trader
Latest
interface Evt
implements Postable<T>, NonPostableEvt<T>
import { type Evt } from "https://deno.land/x/steam_trader@v0.4.0/deps.ts";
type alias Evt
import { type Evt } from "https://deno.land/x/steam_trader@v0.4.0/deps.ts";
definition: import("./types/interfaces/index.ts").Evt<T>
variable Evt
import { Evt } from "https://deno.land/x/steam_trader@v0.4.0/deps.ts";

type

{ readonly prototype: Evt<any>; readonly create: create; readonly newCtx: newCtx; readonly merge: merge; readonly from: from; readonly useEffect: useEffect; 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; }