UNPKG

use-app-events

Version:

Event system for global communication in vanilla JavaScript and React.

12 lines (11 loc) 236 B
import { base_createListenForEvents as e } from "../base/listenForEvents.js"; import "../broadcast/init.js"; import "./heap.js"; import "./options.js"; const t = e(); t.once = e({ shouldBeCalledOnce: !0 }); export { t as default };