Skip to main content
Module

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

💧EventEmitter's typesafe replacement
Go to Latest
File
export type { Ctx, DoneOrAborted } from "./Ctx.ts";export * from "./CtxLike.ts";export type { Evt } from "./Evt.ts";export type { NonPostableEvt } from "./NonPostableEvt.ts";export type { Postable } from "./Postable.ts";export type { StatefulEvt } from "./StatefulEvt.ts";export type { StatefulReadonlyEvt, StateDiff } from "./StatefulReadonlyEvt.ts";export type { StatefulPostable } from "./StatefulPostable.ts";export type { EvtLike } from "./EvtLike.ts";export type { NonPostableEvtLike } from "./NonPostableEvtLike.ts";export type { StatefulReadonlyEvtLike } from "./StatefulReadonlyEvtLike.ts";export type { StatefulEvtLike } from "./StatefulEvtLike.ts";