UNPKG

mobx-create-stores

Version:

creates an object with MobX stores (+ links stores to routes)

4 lines 139 B
export default (function (store) { var name = store.constructor.name; return "" + name.charAt(0).toLowerCase() + name.substring(1); });