@longmo-utils/browser / getLocalStorage
Function: getLocalStorage()
ts
function getLocalStorage<T>(key): T | null;Gets an item from localStorage
Type Parameters
| Type Parameter | Default type |
|---|---|
T | any |
Parameters
| Parameter | Type |
|---|---|
key | string |
Returns
T | null