Skip to content

Commit

Permalink
add helper description
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-atr committed Nov 8, 2022
1 parent 872a9ea commit 1dd2f29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/helpers/local-storage-utils.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Set local storage item
* @param {string} key
* @param {string} value
*/
export const setItem = (key, value) => {
// eslint-disable-next-line no-console
const log = console.log.bind(console);
Expand Down

0 comments on commit 1dd2f29

Please sign in to comment.