UNPKG

evt

Version:

Type safe replacement for node's EventEmitter

16 lines (11 loc) 475 B
export * from "./types"; export * from "./util"; export { Ctx } from "./Ctx"; export { Evt } from "./Evt"; export { StatefulEvt } from "./StatefulEvt"; export { to } from "../operators/to"; // TODO: Those operators have no business being exported in the // main entry point of the library. export { throttleTime } from "../operators/throttleTime"; export { nonNullable } from "../operators/nonNullable"; export { distinct } from "../operators/distinct";