UNPKG

use-app-events

Version:

Event system for global communication in vanilla JavaScript and React.

13 lines (12 loc) 395 B
import { default as o } from "./lib/useAppEvents/useAppEvents.js"; import { default as s } from "./lib/notifyEventListeners.js"; import { default as f } from "./lib/listenForEvents.js"; import { default as n } from "./lib/heap.js"; import { default as u } from "./lib/options.js"; export { n as heap, f as listenForEvents, s as notifyEventListeners, u as options, o as useAppEvents };