evt
Version:
Type safe replacement for node's EventEmitter
8 lines (7 loc) • 360 B
TypeScript
export type { UnpackEvt } from "./UnpackEvt";
export type { FactorizeEvt } from "./FactorizeEvt";
export type { SwapEvtType } from "./SwapEvtType";
export type { ToPostableEvt } from "./ToPostableEvt";
export type { ToNonPostableEvt } from "./ToNonPostableEvt";
export type { UnpackCtx } from "./UnpackCtx";
export type { EvtLikeToEvt } from "./EvtLikeToEvt";