Skip to main content
Module

x/evt/lib/index.ts>StatefulEvt

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

type

{ readonly prototype: StatefulEvt<any>; new <T>(initialState: T): StatefulEvt<T>; }