use-app-events
Version:
Create custom events and reactive variables in vanilla JavaScript and React.
8 lines (7 loc) • 372 B
JavaScript
import e from "./lib/heap.js";
import t from "./lib/options.js";
import n from "./lib/notifyEventListeners.js";
import r from "./lib/listenForEvents.js";
import i from "./lib/useAppEvents/useAppEvents.js";
import a from "./lib/useGlobal/useGlobal.js";
export { e as heap, r as listenForEvents, n as notifyEventListeners, t as options, i as useAppEvents, a as useGlobal };