Skip to main content
Module

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

💧EventEmitter's typesafe replacement
Go to Latest
File
export type { UnpackEvt } from "./UnpackEvt.ts";export type { FactorizeEvt } from "./FactorizeEvt.ts";export type { SwapEvtType } from "./SwapEvtType.ts";export type { ToPostableEvt } from "./ToPostableEvt.ts";export type { ToNonPostableEvt } from "./ToNonPostableEvt.ts";export type { UnpackCtx } from "./UnpackCtx.ts";export type { EvtLikeToEvt } from "./EvtLikeToEvt.ts";