evt
Version:
Type safe replacement for node's EventEmitter
10 lines (9 loc) • 354 B
TypeScript
export * from "./types";
export * from "./util";
export { Ctx } from "./Ctx";
export { Evt } from "./Evt";
export { StatefulEvt } from "./StatefulEvt";
export { to } from "../operators/to";
export { throttleTime } from "../operators/throttleTime";
export { nonNullable } from "../operators/nonNullable";
export { distinct } from "../operators/distinct";