aboutsummaryrefslogtreecommitdiffstats
path: root/src/services/local-storage/local-storage.ts
Commit message (Collapse)AuthorAgeFilesLines
* refactor(hooks): rewrite useLocalStorage hookArmand Philippot2023-11-111-0/+26
* return a tuple instead of an object * add a validator function as parameter (if the stored value is manually changed, it is not safe to cast its type) * add tests