Skip to main content

storageRemoveRemoves an entry from the local storage.### Parameters* key [string][1] of the entry to remove### Examples```javascript

storageRemove('key');



* Source: [storage-remove.ts](https://github.com/iamdevlinph/common-utils-pkg/blob/main/src/storage-remove/storage-remove.ts#L12-L13)