rimmel
Version:
A Stream-Oriented UI library for the Rx.Observable Universe
12 lines (9 loc) • 358 B
JavaScript
import './constants.js';
const waitingElementHandlers = 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, waitingElementHandlers };
//# sourceMappingURL=internal-state.js.map