apiref
stack-local-storage@0.2.0

StackLocalStorage.getStore()  Method

Returns the current store.

Signature

getStore(): T;

Remarks

If calls to run are nested, the innermost store is returned.

Parameters

ParameterTypeDescription
(Returns)T

- the current store