UNPKG

rimmel

Version:

A Streams-Oriented UI library for the Rx.Observable Universe

12 lines (9 loc) 358 B
import './constants.js'; const waitingElementHanlders = new Map(); const subscriptions = new Map(); // FIXME: add a unique prefix to prevent collisions with different dupes of the library running in the same context/app const state = { refCount: 0, }; export { state, subscriptions, waitingElementHanlders }; //# sourceMappingURL=internal-state.js.map