Skip to main content
Module

x/coward/deps.ts>Evt

🐔 Coward is a Deno module for easy interaction with the Discord API.
Latest
interface Evt
implements Postable<T>, NonPostableEvt<T>
import { type Evt } from "https://deno.land/x/coward@v0.3.2/deps.ts";
type alias Evt
import { type Evt } from "https://deno.land/x/coward@v0.3.2/deps.ts";
definition: import("./types/interfaces/index.ts").Evt<T>
variable Evt
import { Evt } from "https://deno.land/x/coward@v0.3.2/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 asNonPostable: asNonPostable; new <T>(): Evt<T>; setDefaultMaxHandlers(n: number): void; }