UNPKG

fluorine-orchestra

Version:
11 lines (9 loc) 551 B
import createStore, { Store } from './Store'; import createOrchestra, { Orchestra } from './Orchestra'; import createCollection, { Collection } from './Collection'; import createReducerForStore from './util/createReducerForStore'; import combineStores from './util/combineStores'; import { Observable } from 'rxjs'; import { distinctSelector } from 'fluorine-lib'; Observable.prototype.distinctSelector = distinctSelector; export { Store, Orchestra, Collection, createStore, createOrchestra, createCollection, createReducerForStore, combineStores };