use-app-events
Version:
Create, trigger and listen for custom events in vanilla JavaScript and React.
13 lines (12 loc) • 395 B
JavaScript
import { default as o } from "./lib/heap.js";
import { default as s } from "./lib/options.js";
import { default as f } from "./lib/notifyEventListeners.js";
import { default as n } from "./lib/listenForEvents.js";
import { default as u } from "./lib/useAppEvents/useAppEvents.js";
export {
o as heap,
n as listenForEvents,
f as notifyEventListeners,
s as options,
u as useAppEvents
};