UNPKG

use-app-events

Version:

Event system for global communication in vanilla JavaScript and React.

4 lines (3 loc) 163 B
export { base_createListenForEvents } from './listenForEvents'; export { base_createNotifyEventListeners } from './notifyEventListeners'; export * from './types';