Skip to main content
Module

x/evt/lib/types/interfaces/index.ts

💧EventEmitter's typesafe replacement
Go to Latest
File

export * from "./Ctx.ts";export * from "./CtxLike.ts";export * from "./Evt.ts";export type NonPostableEvt<T>= import("./NonPostableEvt.ts").NonPostableEvt<T>;export * from "./Postable.ts";export * from "./StatefulEvt.ts";
export type StatefulReadonlyEvt<T>= import("./StatefulReadonlyEvt.ts").StatefulReadonlyEvt<T>;export type Diff<T> = import("./StatefulReadonlyEvt.ts").StateDiff<T>;
export * from "./StatefulPostable.ts";
export * from "./VoidCtx.ts";export * from "./VoidEvt.ts";