UNPKG

@pivanov/utils

Version:

A focused collection of TypeScript utilities for modern web development

4 lines (3 loc) 198 B
export * from "./eventBus"; export type { IEventBus, IEventBusSubscribeOptions, TEventBusListener, TEventBusUnsubscribe, TEventMessage, TEventTopic, } from "./types"; export * from "./useEventBus";