Waits for a specific module containing a store to be loaded and returns it.
Like getByStoreName but waits for the module to be loaded.
The type of the store.
The name of the store to wait for.
Optional configuration for waiting and module retrieval.
A promise that resolves to the store instance or the raw module.
Will throw an error if the store is not found in the module exports.
Optional
Waits for a specific module containing a store to be loaded and returns it.
Like getByStoreName but waits for the module to be loaded.
Template: T
The type of the store.
Param: name
The name of the store to wait for.
Param: options
Optional configuration for waiting and module retrieval.
Returns
A promise that resolves to the store instance or the raw module.
Throws
Will throw an error if the store is not found in the module exports.
See