UNPKG

trc-client-core

Version:
8 lines (7 loc) 172 B
import Reflux from 'reflux'; export function FakeRefluxStore(listenTo, name, test) { Reflux.createStore({ listenables: listenTo, [name]: test }); }