UNPKG

ocm_mercurius_messenger

Version:

Exchange Messages using Sub-Pub-Pattern

11 lines (9 loc) 218 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var subscriptionTypes = { REACT_ONLY_ONCE: 'REACT_ONLY_ONCE', REACT_TO_LATEST: 'REACT_TO_LATEST' }; exports.default = subscriptionTypes;