Creates a filter function to find a module by its store name.
The name of the store to match.
A function for filtering module by store name.
const UserStore = getModule(filters.byStoreName("UserStore")); Copy
const UserStore = getModule(filters.byStoreName("UserStore"));
Creates a filter function to find a module by its store name.