Add ability to add "namespaced" option for "getStore" #94
Labels
enhancement
Hacktoberfest
Things people should be able to implement in a short amount of time.
help wanted
v2
In some cases, you want to have to have your API states in a module you need to supply a
namespaced: true
option. Right now I have to domodules: {api: {namespaced: true, ...api}}
and I would rather be able to do amodules: {api}
for less verbosity.The text was updated successfully, but these errors were encountered: