UNPKG

mobx-create-stores

Version:

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

5 lines (4 loc) 132 B
export default store => { const name = store.constructor.name; return `${name.charAt(0).toLowerCase()}${name.substring(1)}`; };