Skip to content

@longmo-utils/browser / getLocalStorage

Function: getLocalStorage()

ts
function getLocalStorage<T>(key): T | null;

Gets an item from localStorage

Type Parameters

Type ParameterDefault type
Tany

Parameters

ParameterType
keystring

Returns

T | null

Released under the MIT License.