UNPKG

bgio-effects

Version:

📤 Helpers for managing state effects in boardgame.io

4 lines (3 loc) • 126 B
export { Store } from './store'; export { ComputedStore } from './computed'; export type { ReadonlyStore } from './computed';