Skip to content

@longmo-utils/browser / removeSessionStorage

Function: removeSessionStorage()

ts
function removeSessionStorage(key): boolean;

Removes an item from sessionStorage

Parameters

ParameterType
keystring

Returns

boolean

Released under the MIT License.