@longmo-utils/browser / removeLocalStorage
Function: removeLocalStorage()
ts
function removeLocalStorage(key): boolean;Removes an item from localStorage
Parameters
| Parameter | Type |
|---|---|
key | string |
Returns
boolean