Skip to main content
Module

x/evt/lib/index.ts

💧EventEmitter's typesafe replacement
Go to Latest
File

export * from "./types/index.ts";export * from "./util/index.ts";
export { Ctx } from "./Ctx.ts";export { Evt } from "./Evt.ts";export { StatefulEvt } from "./StatefulEvt.ts";