UNPKG

micro-message

Version:

global data store of micro front-end / multi app

5 lines (4 loc) 151 B
import './init'; export { Store } from './store/changeStore'; export { StoreChange } from './store/valueChange'; export { StoreBus } from './bus';