UNPKG

mayor-model-cache

Version:

A nuclear-js module provides a cache for your models

16 lines (10 loc) 228 B
import actions from './actions' import stores from './stores' import getters from './getters' export function register(reactor) { reactor.registerStores(stores) return { actions: actions, getters: getters } }