Skip to main content

storageSetStores data to the local storage.### Parameters* key [string][1] name of the entry

  • data any data to store in the local storage### Examples```javascript storageSet('key', data);


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