apiref
stack-local-storage@0.2.0

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

ParameterTypeDescription
(Returns)T