ExclusiveStackLocalStorage.getStore() Method
Returns the current store.
Signature
getStore(): T;Remarks
If the store is not set, it will throw an error with the emptyErrorMessage as the message.
Parameters
| Parameter | Type | Description |
|---|---|---|
| (Returns) | T |
Returns the current store.
getStore(): T;If the store is not set, it will throw an error with the emptyErrorMessage as the message.
| Parameter | Type | Description |
|---|---|---|
| (Returns) | T |