Skip to main content

storageGetRetrieves data from the local storage.### Parameters* key [string][1] to retrieve### Examples```javascript

storageGet('key');



* Source: [storage-get.ts](https://github.com/iamdevlinph/common-utils-pkg/blob/main/src/storage-get/storage-get.ts#L16-L29)